Home
last modified time | relevance | path

Searched refs:errors (Results 201 – 225 of 293) sorted by relevance

12345678910>>...12

/php-src/ext/bcmath/tests/
H A Dnegative_scale.phpt2 all errors on negative scale
/php-src/ext/mbstring/tests/
H A Dmb_strpos_offset_errors.phpt2 Offset errors for various strpos functions
/php-src/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt2 ReflectionMethod::invoke() errors
H A DReflectionFiber_errors.phpt2 ReflectionFiber errors
H A DReflectionMethod_invokeArgs_error3.phpt2 ReflectionMethod::invokeArgs() further errors
/php-src/ext/mysqli/tests/
H A Dgh9841.phpt38 // now make sure the errors are thrown when not using silent mode
/php-src/ext/pcntl/tests/
H A Dpcntl_sigwaitinfo_errors.phpt2 pcntl_sigwaitinfo() errors
H A Dpcntl_sigprocmask_errors.phpt2 pcntl_sigprocmask() errors
/php-src/ext/hash/tests/
H A Dhash_init_error.phpt2 Hash: hash_init() function - errors test
/php-src/ext/intl/tests/
H A Dresourcebundle_dimension_errors.phpt2 Test ResourceBundle errors with []
H A Dbreakiter___construct_error.phpt2 IntlRuleBasedBreakIterator::__construct(): arg errors
/php-src/Zend/
H A Dzend.c834 executor_globals->errors = NULL; in executor_globals_ctor()
1460 EG(errors) = erealloc(EG(errors), sizeof(zend_error_info*) * EG(num_errors)); in zend_error_zstr_at()
1461 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at() local
1536 orig_errors = EG(errors); in zend_error_zstr_at()
1539 EG(errors) = NULL; in zend_error_zstr_at()
1545 EG(errors) = orig_errors; in zend_error_zstr_at()
1741 EG(errors) = NULL; in zend_begin_record_errors()
1748 zend_error_info *error = EG(errors)[i]; in zend_emit_recorded_errors()
1760 zend_error_info *info = EG(errors)[i]; in zend_free_recorded_errors()
1765 efree(EG(errors)); in zend_free_recorded_errors()
[all …]
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h140 uint32_t errors; member
157 buf->state = buf->errors = 0; in mb_convert_buf_init()
H A Dmbfl_convert.c344 *num_errors = buf.errors; in mb_fast_convert()
407 buf->errors++; in mb_illegal_output()
/php-src/tests/lang/
H A Dsyntax_errors.phpt2 Detailed reporting on specific types of syntax errors
/php-src/sapi/cli/tests/
H A Dbug78323.phpt11 // There are 3 types of option errors:
/php-src/sapi/fuzzer/
H A Dfuzzer-mbstring.c37 *NumErrors = buf.errors; in convert_encoding()
/php-src/ext/phar/tests/tar/
H A Dbug49910.phpt37 [18] => phar://*/Structures_Graph-1.0.3/docs/html/errors.html
/php-src/ext/snmp/tests/
H A Dsnmp-object-properties-error.phpt2 Test SNMP object property errors
/php-src/ext/exif/tests/
H A Dbug76557.phpt31 Warning: exif_read_data(): Further exif parsing errors have been suppressed in %s on line %d
/php-src/ext/spl/tests/
H A Dfixedarray_002.phpt33 // errors
/php-src/ext/dom/tests/modern/html/interactions/
H A DDocument_body_setter_errors.phpt2 Test DOM\Document::$body setter errors
/php-src/ext/openssl/
H A Dphp_openssl.h82 struct php_openssl_errors *errors; variable
/php-src/ext/standard/tests/dir/
H A Dscandir_variation8.phpt59 // suppress errors as won't be able to remove "." and ".." entries
/php-src/ext/pdo/tests/
H A Dpdo_test.inc40 // Ignore errors about non-existent tables

Completed in 43 milliseconds

12345678910>>...12