Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/Zend/
H A Dzend_globals.h290 zend_error_info **errors; member
/php-src/ext/openssl/tests/
H A Dopenssl_cms_sign_verify_detached.phpt66 // extreme measures to avoid stupid temporary errors for failure to unlink a file.
/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/ext/mysqli/tests/
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
H A Dmysqli_pam_sha256_public_key_option.phpt56 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt56 // Ignore errors because this variable exists only in MySQL 5.6 and 5.7
/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
H A Darray_multisort_variation3.phpt10 // report non-silenced errors
H A Darray_multisort_variation2.phpt10 // report non-silenced errors
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt106 echo "something wrong: $error errors".PHP_EOL;
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt28 /* Check for off-by-one errors in the SSE implementation */
H A Dstrtoupper1.phpt26 /* Check for off-by-one errors in the SSE implementation */
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt2 range() programattic errors for the $step parameter
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt25 print("Bad ASCII/UTF-8, with more errors for ASCII (non-strict): " . mb_detect_encoding("\xD6\x8A\x…
26 print("Bad ASCII/UTF-8, with more errors for ASCII (strict): " . var_export(mb_detect_encoding("\xD…
407 Bad ASCII/UTF-8, with more errors for ASCII (non-strict): UTF-8
408 Bad ASCII/UTF-8, with more errors for ASCII (strict): false
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt11 // report non-silenced errors
H A Dclass_uses_variation1.phpt11 // report non-silenced errors
/php-src/build/
H A Dgen_stub.php6054 $errors = []; variable
6062 $errors[] = "Aliased function {$aliasFunc->alias}() cannot be found";
6085 … function(?ArgInfo $aliasArg, ?ArgInfo $aliasedArg) use ($aliasFunc, $aliasedFunc, &$errors) {
6088 …$errors[] = "{$aliasFunc->name}(): Argument \$$aliasedArg->name of aliased function {$aliasedFunc-…
6093 …$errors[] = "{$aliasedFunc->name}(): Argument \$$aliasArg->name of alias function {$aliasFunc->nam…
6098 …$errors[] = "{$aliasFunc->name}(): Argument \$$aliasArg->name and argument \$$aliasedArg->name of …
6103 …$errors[] = "{$aliasFunc->name}(): Argument \$$aliasArg->name and argument \$$aliasedArg->name of …
6120 … $errors[] = "{$aliasFunc->name}() and {$aliasedFunc->name}() must have the same return type";
6127 …$errors[] = "{$aliasFunc->name}() and {$aliasedFunc->name}() must have the same PHPDoc return type…
6131 echo implode("\n", $errors);
[all …]
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt2 Filter errors: user filter
/php-src/ext/opcache/
H A DZendAccelerator.c1849 new_persistent_script->warnings = EG(errors); in opcache_compile_file()
1851 EG(errors) = NULL; in opcache_compile_file()
2366 zend_persist_warnings_calc(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2424 entry->warnings = zend_persist_warnings(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
2429 EG(errors) = NULL; in zend_accel_inheritance_cache_add()
3882 HashTable errors; local
3883 zend_hash_init(&errors, 0, NULL, NULL, 0);
3962 zend_hash_update_ptr(&errors, key, EG(errors)[EG(num_errors)-1]);
4012 zend_error_info *error = zend_hash_find_ptr(&errors, key);
4022 zend_hash_destroy(&errors);

Completed in 65 milliseconds

12345678910>>...12