Home
last modified time | relevance | path

Searched refs:E_STRICT (Results 1 – 25 of 96) sorted by last modified time

1234

/PHP-5.4/tests/lang/
H A DreturnByReference.007.phpt4 error_reporting = E_ALL & ~E_STRICT
H A DreturnByReference.008.phpt4 error_reporting = E_ALL & ~E_STRICT
H A DpassByReference_012.phpt5 error_reporting(E_ALL | E_STRICT | E_NOTICE);
H A DreturnByReference.006.phpt4 error_reporting = E_ALL & ~E_STRICT
H A Dengine_assignExecutionOrder_008.phpt5 error_reporting(E_ALL & ~E_STRICT);
H A DforeachLoop.016.phpt5 error_reporting(E_ALL & ~E_STRICT);
H A Dbug20175.phpt6 error_reporting=E_ALL | E_STRICT | E_DEPRECATED
/PHP-5.4/
H A Drun-tests.php225 'error_reporting=' . (E_ALL | E_STRICT),
H A Dphp.ini-development107 ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
109 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
408 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
418 ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
428 ; E_STRICT - run-time notices, enable to have PHP suggest changes
446 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
448 ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
450 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
H A Dphp.ini-production107 ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
109 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
408 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
418 ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
428 ; E_STRICT - run-time notices, enable to have PHP suggest changes
446 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
448 ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
450 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
452 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
/PHP-5.4/main/
H A Dmain.c1005 case E_STRICT: in php_error_cb()
1054 case E_STRICT: in php_error_cb()
/PHP-5.4/ext/zip/examples/
H A Dget_set_comments.php2 error_reporting(E_ALL|E_STRICT);
/PHP-5.4/ext/standard/tests/strings/
H A Dhtmlentities08.phpt5 error_reporting=~E_STRICT
H A Dhtmlentities09.phpt5 error_reporting=~E_STRICT
H A Dhtmlentities21.phpt25 error_reporting(-1 & ~E_STRICT);
H A Dhtmlentities22.phpt38 error_reporting(-1 & ~E_STRICT);
H A Dhtmlentities23.phpt22 error_reporting(~E_STRICT);
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt4 error_reporting = E_ALL & ~E_STRICT
H A Dserialization_objects_014.phpt4 error_reporting = E_ALL & ~E_STRICT
H A Dserialization_objects_015.phpt4 error_reporting = E_ALL & ~E_STRICT
H A Dbug31402.phpt4 error_reporting=E_ALL&~E_STRICT&~E_DEPRECATED
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt22 error_reporting(E_ALL & ~E_STRICT);
H A Dmail_basic_alt2-win32.phpt21 error_reporting(E_ALL & ~E_STRICT);
H A Dmail_variation_alt3-win32.phpt21 error_reporting(E_ALL & ~E_STRICT);
H A Dmail_basic_alt3-win32.phpt21 error_reporting(E_ALL & ~E_STRICT);

Completed in 86 milliseconds

1234