Home
last modified time | relevance | path

Searched refs:E_STRICT (Results 1 – 25 of 97) sorted by relevance

1234

/PHP-5.5/Zend/
H A Dzend_errors.h36 #define E_STRICT (1<<11L) macro
41 …E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
/PHP-5.5/Zend/tests/
H A Dbug33771.phpt6 error_reporting(E_ALL | E_STRICT);
17 error_reporting(E_ALL & ~E_STRICT);
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_STRICT
H A Derror_reporting02.phpt12 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting04.phpt10 error_reporting(E_ALL|E_STRICT);
H A Dbug27669.phpt5 error_reporting(E_ALL & !E_STRICT);
H A Dclone_004.phpt6 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting08.phpt15 error_reporting(E_ALL|E_STRICT);
H A Dexception_004.phpt6 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting09.phpt15 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting03.phpt19 error_reporting(E_ALL|E_STRICT);
H A Dbug43450.phpt9 error_reporting(E_ALL|E_STRICT);
H A Dbug52160.phpt2 Bug #52160 (Invalid E_STRICT redefined constructor error)
H A Dbug40809.phpt5 error_reporting(E_ALL|E_STRICT);
H A Dbug60536_003.phpt5 error_reporting(E_ALL | E_STRICT);
/PHP-5.5/Zend/tests/traits/
H A Dproperty001.phpt16 error_reporting(E_ALL & ~E_STRICT); // ensuring that it is only for E_STRICT
23 error_reporting(E_ALL | E_STRICT);
/PHP-5.5/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-5.5/ext/filter/docs/
H A Dinput_get_args.php2 error_reporting(E_ALL|E_STRICT);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug46427.phpt7 error_reporting(E_ALL|E_STRICT);
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities09.phpt5 error_reporting=~E_STRICT
H A Dhtmlentities08.phpt5 error_reporting=~E_STRICT
/PHP-5.5/ext/zip/examples/
H A Dget_set_comments.php2 error_reporting(E_ALL|E_STRICT);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data7 error_reporting4 = E_ALL & ~E_NOTICE | E_STRICT
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt2 bug67436: E_STRICT instead of custom error handler

Completed in 25 milliseconds

1234