Hi,

> Also, will PHP ever implement the Strict mode similar to Perl's 'using
> Strict'?

Don't know if it's similar having never used Pearl, but there's always
the E_STRICT error level.

<?php
  error_reporting(E_STRICT);
?>

-- 
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript code - http://www.phpguru.org
50% reseller discount on licensing now available - ideal for web designers

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to