Posted by Rithiur Sun 4th Mar 2007 10:20 - Syntax is PHP - 76 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
Description:
Backwards compatible cloning?

  1.  
  2. if (version_compare(phpversion(), '5', '<') && !function_exists('clone'))
  3. {
  4.     eval('function clone ($object) { return $object; }');
  5. }
  6.  
  7. ?>

PermaLink to this entry https://pastebin.co.uk/11368
Posted by Rithiur Sun 4th Mar 2007 10:20 - Syntax is PHP - 76 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0