Home
last modified time | relevance | path

Searched refs:errors (Results 226 – 250 of 328) sorted by relevance

12345678910>>...14

/PHP-7.3/ext/openssl/
H A Dopenssl.c732 if (!OPENSSL_G(errors)) { in php_openssl_store_errors()
736 errors = OPENSSL_G(errors); in php_openssl_store_errors()
739 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
740 if (errors->top == errors->bottom) { in php_openssl_store_errors()
741 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
743 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
1576 openssl_globals->errors = NULL; in PHP_GINIT_FUNCTION()
1584 if (openssl_globals->errors) { in PHP_GSHUTDOWN_FUNCTION()
5924 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
5928 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dbasename_variation4.phpt16 // report non-silenced errors
H A Dfopen_variation3.phpt18 // report non-silenced errors
H A Dmkdir_variation3.phpt18 // report non-silenced errors
H A Dparse_ini_file_variation5.phpt18 // report non-silenced errors
H A Dreadfile_variation5.phpt18 // report non-silenced errors
/PHP-7.3/ext/snmp/tests/
H A Dsnmp3-error.phpt2 SNMPv3 Support (errors)
H A Dsnmp-object-error.phpt2 OO API: Generic errors
/PHP-7.3/ext/standard/tests/array/
H A Drange_errors.phpt2 Test range() function (errors)
/PHP-7.3/ext/standard/tests/network/
H A Dip2long_variation1.phpt16 // report non-silenced errors
/PHP-7.3/ext/oci8/tests/
H A Derror_parse.phpt69 // Check the errors are still accessible in the respective handles
H A Dbind_misccoltypes_errs.phpt2 Bind miscellaneous column types and generating errors
H A Dextauth_02.phpt2 Test External Authentication errors with oci_new_connect
H A Dextauth_03.phpt2 Test External Authentication errors with oci_pconnect
/PHP-7.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt23 // report non-silenced errors
H A Dmb_stristr_variation1.phpt21 // report non-silenced errors
H A Dmb_strrichr_variation1.phpt21 // report non-silenced errors
H A Dmb_strrichr_variation2.phpt21 // report non-silenced errors
H A Dmb_strstr_variation1.phpt21 // report non-silenced errors
H A Dmb_strrchr_variation1.phpt21 // report non-silenced errors
H A Dmb_strrchr_variation2.phpt21 // report non-silenced errors
H A Dmb_stristr_variation2.phpt21 // report non-silenced errors
/PHP-7.3/ext/spl/tests/
H A Dclass_implements_variation2.phpt17 // report non-silenced errors
H A Dclass_uses_variation2.phpt19 // report non-silenced errors
/PHP-7.3/tests/output/
H A Dob_implicit_flush_variation_001.phpt18 // report non-silenced errors

Completed in 53 milliseconds

12345678910>>...14