Searched refs:errors (Results 226 – 250 of 293) sorted by relevance
12345678910>>...12
65 // suppress errors as won't be able to remove "." and ".." entries
64 // extreme measures to avoid stupid temporary errors for failure to unlink a file.
66 // extreme measures to avoid stupid temporary errors for failure to unlink a file.
12 // report non-silenced errors
63 Node the extra `s` in the functions' names (`errors`, not `error`).75 parsing errors), not `NULL`. Constructors and factory methods are the
488 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() local528 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 …]
2 OO API: SNMP::setSecurity (errors)
2 OO API: Generic errors
2 SNMPv3 Support (errors)
70 : 'A total of '.$i.' errors found.';
36 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
47 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
59 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
2 pcntl_sigtimedwait() errors
22 // no warnings/errors.
2 Magic object handlers segfaults and memory errors
2 Bug #71417: fread() does not report zlib.inflate errors
297 zend_error_info **errors; member
151 * Replicates write errors to the output log, but by catching
6 /* Type errors */
2 DOMElement::append() with hierarchy changes and errors
2 DOMElement::prepend() with hierarchy changes and errors
2 Test parsing of quantities: errors
2 ReflectionMethod constructor errors
10 // report non-silenced errors
Completed in 63 milliseconds