Home
last modified time | relevance | path

Searched refs:error_reporting (Results 326 – 350 of 384) sorted by relevance

1...<<111213141516

/php-src/Zend/
H A Dzend_globals.h180 int error_reporting; member
/php-src/ext/intl/tests/
H A Dlocale_compose_locale.phpt104 error_reporting( E_ERROR );
/php-src/tests/lang/
H A Dbug20175.phpt4 error_reporting=E_ALL
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc2 error_reporting(E_ALL);
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt9 if (error_reporting() & $err_no) {
H A Darray_multisort_variation3.phpt9 if (error_reporting() & $err_no) {
H A Darray_multisort_variation2.phpt9 if (error_reporting() & $err_no) {
H A Darray_intersect_1.phpt5 error_reporting(E_ALL);
/php-src/ext/standard/tests/file/
H A Drename_variation13-win32.phpt32 error_reporting(E_ALL ^ E_NOTICE);
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt10 if (error_reporting() & $err_no) {
H A Dclass_uses_variation1.phpt10 if (error_reporting() & $err_no) {
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt14 ini_set('error_reporting', E_ALL&~E_WARNING);
/php-src/tests/lang/operators/
H A DbitwiseAnd_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseOr_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseXor_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseAnd_variationStr.phpt11 error_reporting(E_ERROR);
H A Dmodulus_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A Dadd_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A Dmultiply_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A Dsubtract_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseOr_variationStr.phpt11 error_reporting(E_ERROR);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt11 error_reporting=E_ALL
/php-src/ext/standard/tests/strings/
H A Dexplode1.phpt4 error_reporting=2047
/php-src/
H A Drun-tests.php204 error_reporting(E_ALL);
/php-src/ext/opcache/
H A DZendAccelerator.c948 er = EG(error_reporting); in zend_get_stream_timestamp()
949 EG(error_reporting) = 0; in zend_get_stream_timestamp()
955 EG(error_reporting) = er; in zend_get_stream_timestamp()
1076 er = EG(error_reporting); in zend_get_file_handle_timestamp()
1077 EG(error_reporting) = 0; in zend_get_file_handle_timestamp()
1083 EG(error_reporting) = er; in zend_get_file_handle_timestamp()
4607 orig_error_reporting = EG(error_reporting);
4608 EG(error_reporting) = 0;
4612 EG(error_reporting) = orig_error_reporting;

Completed in 105 milliseconds

1...<<111213141516