Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt65 // suppress errors as won't be able to remove "." and ".." entries
/php-src/ext/openssl/tests/
H A Dopenssl_cms_sign_verify_nodetached_pem.phpt64 // extreme measures to avoid stupid temporary errors for failure to unlink a file.
H A Dopenssl_cms_sign_verify_detached.phpt66 // extreme measures to avoid stupid temporary errors for failure to unlink a file.
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt12 // report non-silenced errors
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md63 Node the extra `s` in the functions' names (`errors`, not `error`).
75 parsing errors), not `NULL`. Constructors and factory methods are the
/php-src/ext/openssl/
H A Dopenssl.c488 if (!OPENSSL_G(errors)) { in php_openssl_store_errors()
492 errors = OPENSSL_G(errors); in php_openssl_store_errors()
495 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
496 if (errors->top == errors->bottom) { in php_openssl_store_errors()
497 errors->bottom = (errors->bottom + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
499 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
525 struct php_openssl_errors *errors = OPENSSL_G(errors); in php_openssl_errors_restore_mark() local
528 errors->top = 0; in php_openssl_errors_restore_mark()
529 errors->bottom = 0; in php_openssl_errors_restore_mark()
7097 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
[all …]
/php-src/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt2 OO API: SNMP::setSecurity (errors)
H A Dsnmp-object-error.phpt2 OO API: Generic errors
H A Dsnmp3-error.phpt2 SNMPv3 Support (errors)
/php-src/ext/standard/tests/network/
H A Dsetcookie.phpt70 : 'A total of '.$i.' errors found.';
/php-src/ext/mysqli/tests/
H A Dgh11438.phpt36 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
H A Dmysqli_pam_sha256.phpt47 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
H A Dmysqli_pam_sha256_public_key_ini.phpt59 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt2 pcntl_sigtimedwait() errors
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt22 // no warnings/errors.
/php-src/Zend/tests/
H A Dobject_handlers.phpt2 Magic object handlers segfaults and memory errors
/php-src/ext/zlib/tests/
H A Dbug71417.phpt2 Bug #71417: fread() does not report zlib.inflate errors
/php-src/Zend/
H A Dzend_globals.h297 zend_error_info **errors; member
/php-src/ext/gd/tests/
H A Dfunc.inc151 * Replicates write errors to the output log, but by catching
/php-src/Zend/tests/in-de-crement/
H A Dincdec_types.phpt6 /* Type errors */
/php-src/ext/dom/tests/
H A DDOMElement_append_hierarchy_test.phpt2 DOMElement::append() with hierarchy changes and errors
H A DDOMElement_prepend_hierarchy_test.phpt2 DOMElement::prepend() with hierarchy changes and errors
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt2 Test parsing of quantities: errors
/php-src/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt2 ReflectionMethod constructor errors
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt10 // report non-silenced errors

Completed in 63 milliseconds

12345678910>>...12