Home
last modified time | relevance | path

Searched refs:errors (Results 176 – 200 of 281) sorted by relevance

12345678910>>...12

/php-src/ext/soap/tests/bugs/
H A Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
/php-src/ext/mysqli/tests/
H A Dmysqli_options.phpt77 // test for error reporting - only mysqlnd reports errors
84 // invalid options do not generate errors
H A Dgh9841.phpt38 // now make sure the errors are thrown when not using silent mode
/php-src/ext/ftp/tests/
H A Dftp_set_option_errors.phpt2 Testing ftp_set_option errors while setting up
/php-src/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt2 ReflectionMethod constructor errors
H A DReflectionProperty_getValue_error.phpt2 Test ReflectionProperty::getValue() errors.
H A DReflectionMethod_invoke_error1.phpt2 ReflectionMethod::invoke() errors
H A DReflectionFiber_errors.phpt2 ReflectionFiber errors
/php-src/Zend/tests/type_declarations/iterable/
H A Dor_null.phpt2 Test "or null"/"or be null" in type-checking errors for userland functions with iterable
/php-src/ext/spl/tests/
H A Dpqueue_001.phpt7 // errors
/php-src/ext/date/tests/
H A Dbug72963.phpt78 ["errors"]=>
/php-src/ext/pcntl/tests/
H A Dpcntl_sigwaitinfo_errors.phpt2 pcntl_sigwaitinfo() errors
/php-src/ext/pdo_mysql/tests/
H A Dbug63185.phpt2 Bug #63185: nextRowset() ignores MySQL errors with native prepared statements
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_array_error.phpt2 preg_replace_callback_array() errors
/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt2 Observer: fatal errors caught with zend_try will not fire end handlers prematurely
/php-src/sapi/cli/tests/
H A Dbug43177.phpt2 Bug #61977 Test exit code for various errors
H A Dbug78323.phpt11 // There are 3 types of option errors:
/php-src/ext/hash/tests/
H A Dhash_init_error.phpt2 Hash: hash_init() function - errors test
/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/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.c819 executor_globals->errors = NULL; in executor_globals_ctor()
1433 EG(errors) = erealloc(EG(errors), sizeof(zend_error_info*) * EG(num_errors)); in zend_error_zstr_at()
1434 EG(errors)[EG(num_errors)-1] = info; in zend_error_zstr_at() local
1509 orig_errors = EG(errors); in zend_error_zstr_at()
1512 EG(errors) = NULL; in zend_error_zstr_at()
1518 EG(errors) = orig_errors; in zend_error_zstr_at()
1715 EG(errors) = NULL; in zend_begin_record_errors()
1722 zend_error_info *error = EG(errors)[i]; in zend_emit_recorded_errors()
1734 zend_error_info *info = EG(errors)[i]; in zend_free_recorded_errors()
1739 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()
/php-src/tests/lang/
H A Dsyntax_errors.phpt2 Detailed reporting on specific types of syntax errors

Completed in 33 milliseconds

12345678910>>...12