Home
last modified time | relevance | path

Searched refs:warnings (Results 51 – 75 of 85) sorted by relevance

1234

/PHP-8.2/ext/opcache/tests/jit/
H A Dbug80861.phpt86 // next line generates the warnings despite $i and $j is within bounds
/PHP-8.2/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals.phpt24 // 2 warnings in total
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt79 // we should never get here, we use warnings, but never trust a system...
H A Dpdo_mysql_last_insert_id.phpt76 // warnings are unhandy, lets go for exceptions for a second
H A Dpdo_mysql_stmt_getcolumnmeta.phpt296 // we should never get here, we use warnings, but never trust a system...
/PHP-8.2/sapi/cli/tests/
H A Dcli_process_title_windows.phpt22 // no warnings/errors.
/PHP-8.2/ext/opcache/
H A DZendAccelerator.h129 zend_error_info **warnings; member
H A DZendAccelerator.c1730 static void replay_warnings(uint32_t num_warnings, zend_error_info **warnings) { in replay_warnings() argument
1732 zend_error_info *warning = warnings[i]; in replay_warnings()
1861 new_persistent_script->warnings = EG(errors); in opcache_compile_file()
1945 replay_warnings(persistent_script->num_warnings, persistent_script->warnings); in file_cache_compile_file()
2246 replay_warnings(persistent_script->num_warnings, persistent_script->warnings); in persistent_compile_file()
2313 replay_warnings(entry->num_warnings, entry->warnings); in zend_accel_inheritance_cache_get()
2450 entry->warnings = zend_persist_warnings(EG(num_errors), EG(errors)); in zend_accel_inheritance_cache_add()
/PHP-8.2/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt8 // This test checks invalid formats do throw warnings.
H A Dzend_ini_parse_quantity.phpt8 // This test checks valid formats do not throw any warnings.
H A Dzend_ini_parse_quantity_binary_prefixes.phpt8 // This test checks valid formats do not throw any warnings.
H A Dzend_ini_parse_quantity_hex_prefixes.phpt8 // This test checks valid formats do not throw any warnings.
H A Dzend_ini_parse_quantity_octal_prefixes.phpt8 // This test checks valid formats do not throw any warnings.
/PHP-8.2/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt13 // We don't care about warnings
/PHP-8.2/
H A Dphp.ini-development455 ; E_ALL - All errors and warnings
458 ; E_WARNING - run-time warnings (non-fatal errors)
460 ; E_NOTICE - run-time notices (these are warnings which often result
469 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
472 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
478 ; E_USER_DEPRECATED - user-generated deprecation warnings
481 ; E_ALL (Show all errors, warnings and notices including coding standards.)
1635 ; show warnings on duplicate constant registrations
1713 ; Tell the jpeg decode to ignore warnings and try to create
1826 ; warnings will only be emitted when the file is first cached.
[all …]
H A Dphp.ini-production457 ; E_ALL - All errors and warnings
460 ; E_WARNING - run-time warnings (non-fatal errors)
462 ; E_NOTICE - run-time notices (these are warnings which often result
471 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
474 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
480 ; E_USER_DEPRECATED - user-generated deprecation warnings
483 ; E_ALL (Show all errors, warnings and notices including coding standards.)
1637 ; show warnings on duplicate constant registrations
1715 ; Tell the jpeg decode to ignore warnings and try to create
1828 ; warnings will only be emitted when the file is first cached.
[all …]
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md22 if you activate warnings with `intl.error_level` or exceptions with
/PHP-8.2/Zend/
H A Dzend.h143 zend_error_info **warnings; member
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt181 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array_oo.phpt193 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_bind_result.phpt219 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all.phpt206 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all_oo.phpt216 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array.phpt199 // don't care about date() strict TZ warnings...
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt300 // we should never get here, we use warnings, but never trust a system...

Completed in 44 milliseconds

1234