Home
last modified time | relevance | path

Searched refs:warnings (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-8.2/ext/zip/tests/
H A Dbug76524.phpt18 so the regex is used to check that Zend MM does NOT show warnings
/PHP-8.2/ext/date/tests/
H A Dbug67253.phpt28 ["warnings"]=>
H A Dbug41523-64bit.phpt33 ["warnings"]=>
H A Dbug73426.phpt29 ["warnings"]=>
H A Dbug41523.phpt33 ["warnings"]=>
H A Ddate_parse_error.phpt36 ["warnings"]=>
H A Dbug72963.phpt73 ["warnings"]=>
H A DDateInterval_format.phpt45 // Invalid valid format character does not raise warnings.
/PHP-8.2/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt10 // we're not interested in checking concrete warnings regarding invalid XML
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt71 printf("[016] Expecting 2 warnings, got %d warnings", $tmp);
123 /* out of range, three warnings */
133 printf("[034] Expecting three warnings, got %d warnings\n", $i);
H A Dmysqli_stmt_get_warnings.phpt81 printf("[017] Expected 2 warnings, got %d warnings\n", $i);
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_basic5.phpt2 assert() - basic - check switch on warnings using assert_options.
/PHP-8.2/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt26 // 2 warnings in total
34 // 2 warnings in total
41 // 2 warnings in total
H A Dwarnings_float_vars.phpt54 // 2 warnings in total
61 // 2 warnings in total
/PHP-8.2/Zend/tests/
H A Dclass_constant_inheritance_mutable_data.phpt5 if (getenv('SKIP_PRELOAD')) die('skip preload produces additional warnings');
/PHP-8.2/Zend/tests/traits/
H A Dproperty009.phpt2 …ve same semantics as with normal inheritance, however, we do add strict warnings since it is easie…
/PHP-8.2/sapi/cli/tests/
H A Dbug80092.phpt30 // Ignore warnings if opcache loads twice or duplicate modules are loaded by searching for the prel…
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt33 * Don't bother testing the resolveExternals functionality here, it throws warnings on html dtd
/PHP-8.2/ext/opcache/
H A Dzend_persist.c1287 zend_error_info **zend_persist_warnings(uint32_t num_warnings, zend_error_info **warnings) { in zend_persist_warnings() argument
1288 if (warnings) { in zend_persist_warnings()
1289 warnings = zend_shared_memdup_free(warnings, num_warnings * sizeof(zend_error_info *)); in zend_persist_warnings()
1291 warnings[i] = zend_shared_memdup_free(warnings[i], sizeof(zend_error_info)); in zend_persist_warnings()
1292 zend_accel_store_string(warnings[i]->filename); in zend_persist_warnings()
1293 zend_accel_store_string(warnings[i]->message); in zend_persist_warnings()
1296 return warnings; in zend_persist_warnings()
1366 script->warnings = zend_persist_warnings(script->num_warnings, script->warnings); in zend_accel_script_persist()
H A Dzend_file_cache.c892 if (script->warnings) {
893 zend_error_info **warnings; local
894 SERIALIZE_PTR(script->warnings);
895 warnings = script->warnings;
896 UNSERIALIZE_PTR(warnings);
900 SERIALIZE_PTR(warnings[i]);
901 warning = warnings[i];
1723 if (script->warnings) {
1724 UNSERIALIZE_PTR(script->warnings);
1726 UNSERIALIZE_PTR(script->warnings[i]);
[all …]
H A Dzend_persist_calc.c575 void zend_persist_warnings_calc(uint32_t num_warnings, zend_error_info **warnings) { in zend_persist_warnings_calc() argument
579 ADD_STRING(warnings[i]->filename); in zend_persist_warnings_calc()
580 ADD_STRING(warnings[i]->message); in zend_persist_warnings_calc()
633 new_persistent_script->num_warnings, new_persistent_script->warnings); in zend_accel_script_persist_calc()
H A Dzend_accelerator_util_funcs.c66 if (persistent_script->warnings) { in free_persistent_script()
68 zend_error_info *info = persistent_script->warnings[i]; in free_persistent_script()
73 efree(persistent_script->warnings); in free_persistent_script()
/PHP-8.2/ext/session/tests/
H A Dbug32330.phpt57 // without output buffering, the debug messages will cause all manner of warnings
/PHP-8.2/
H A Dbuildconf41 --debug Display warnings emitted by Autoconf.
/PHP-8.2/build/
H A Dax_gcc_func_attribute.m413 # the same syntax. Compiler warnings are used to detect supported
15 # warnings when using this macro will yield false positives.

Completed in 35 milliseconds

1234