View Single Post
Old 04-23-2009, 06:32 PM   #20 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Kalle View Post
Exactly (about the last part), however I do have commit access to php-src, but my skills digging into ZE is abit too poor, but the API is pretty straight forward ;)

As for the ArrayObject, any class that implements the ArrayAccess interface should be able to be accessed like arrays and objects :)
Speaking of contributing to PHP...

So I now learned that in JS you don't have to do backward slashes if you use double quotes.


var test = "today's a great day";


But in PHP you do...

$test = "today\'s a great day";

Unless you use single quotes in JS, then you would have to use backslash too...

Do you know if PHP is going to do something like this in the future so we don't have to use backslash if using double quotes?
allworknoplay is offline  
Reply With Quote