Home
last modified time | relevance | path

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

1234

/php-src/ext/date/tests/
H A DDateInterval_format.phpt45 // Invalid valid format character does not raise warnings.
/php-src/ext/session/tests/user_session_module/
H A Dbug32330.phpt56 // without output buffering, the debug messages will cause all manner of warnings
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt54 // 2 warnings in total
61 // 2 warnings in total
H A Dwarnings_string_float_literals.phpt24 // 2 warnings in total
/php-src/ext/opcache/
H A Dzend_file_cache.c919 if (script->warnings) {
920 zend_error_info **warnings; local
921 SERIALIZE_PTR(script->warnings);
922 warnings = script->warnings;
923 UNSERIALIZE_PTR(warnings);
927 SERIALIZE_PTR(warnings[i]);
928 warning = warnings[i];
1774 if (script->warnings) {
1775 UNSERIALIZE_PTR(script->warnings);
1777 UNSERIALIZE_PTR(script->warnings[i]);
[all …]
H A Dzend_persist_calc.c583 void zend_persist_warnings_calc(uint32_t num_warnings, zend_error_info **warnings) { in zend_persist_warnings_calc() argument
587 ADD_STRING(warnings[i]->filename); in zend_persist_warnings_calc()
588 ADD_STRING(warnings[i]->message); in zend_persist_warnings_calc()
641 new_persistent_script->num_warnings, new_persistent_script->warnings); in zend_accel_script_persist_calc()
H A Dzend_accelerator_util_funcs.c71 if (persistent_script->warnings) { in free_persistent_script()
73 zend_error_info *info = persistent_script->warnings[i]; in free_persistent_script()
78 efree(persistent_script->warnings); in free_persistent_script()
H A DZendAccelerator.h129 zend_error_info **warnings; member
/php-src/
H A Dbuildconf41 --debug Display warnings emitted by Autoconf.
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
466 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
469 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
475 ; E_USER_DEPRECATED - user-generated deprecation warnings
478 ; E_ALL (Show all errors, warnings and notices including coding standards.)
1515 ; show warnings on duplicate constant registrations
1593 ; Tell the jpeg decode to ignore warnings and try to create
1706 ; 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
468 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
471 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
477 ; E_USER_DEPRECATED - user-generated deprecation warnings
480 ; E_ALL (Show all errors, warnings and notices including coding standards.)
1517 ; show warnings on duplicate constant registrations
1595 ; Tell the jpeg decode to ignore warnings and try to create
1708 ; warnings will only be emitted when the file is first cached.
[all …]
/php-src/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.
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt85 // next line generates the warnings despite $i and $j is within bounds
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt81 // we should never get here, we use warnings, but never trust a system...
H A Dpdo_mysql_last_insert_id.phpt74 // warnings are unhandy, lets go for exceptions for a second
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt22 // no warnings/errors.
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt53 // Easiest workaround is silencing the warnings
/php-src/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-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt13 // We don't care about warnings
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md22 if you activate warnings with `intl.error_level` or exceptions with
/php-src/Zend/
H A Dzend.h143 zend_error_info **warnings; member

Completed in 51 milliseconds

1234