Home
last modified time | relevance | path

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

1234

/php-src/ext/exif/tests/
H A Dbug76130.phpt5 notices and warnings are to be expected anyway, we suppress these, since the are
/php-src/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt2 No warnings should be thrown during heredoc scan-ahead
H A Dclass_constant_inheritance_mutable_data.phpt5 if (getenv('SKIP_PRELOAD')) die('skip preload produces additional warnings');
/php-src/ext/zip/tests/
H A Dbug76524.phpt18 so the regex is used to check that Zend MM does NOT show warnings
/php-src/tests/lang/
H A D038.phpt2 Convert warnings to exceptions
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt10 // we're not interested in checking concrete warnings regarding invalid XML
/php-src/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-src/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
/php-src/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt28 Deprecated: SQLite3::enableExceptions(): Use of warnings for SQLite3 is deprecated in %s
/php-src/ext/posix/tests/
H A Dposix_isatty_no_warning_on_stream_cast.phpt2 posix_isatty(): casting stream does not emit data loss and should not emit warnings
H A Dposix_ttyname_no_warning_on_cast.phpt2 posix_ttyname(): casting stream does not emit data loss and should not emit warnings
/php-src/tests/output/
H A Dsapi_windows_vt100_support_no_warning_on_cast.phpt2 sapi_windows_vt100_support(): casting stream does not emit data loss and should not emit warnings
H A Dstream_isatty_no_warning_on_cast.phpt2 stream_isatty(): casting stream does not emit data loss and should not emit warnings
/php-src/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-src/sapi/cli/tests/
H A Dbug80092.phpt30 // Ignore warnings if opcache loads twice or duplicate modules are loaded by searching for the prel…
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt81 printf("[017] Expected 2 warnings, got %d warnings\n", $i);
/php-src/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt33 * Don't bother testing the resolveExternals functionality here, it throws warnings on html dtd
/php-src/ext/opcache/
H A Dzend_persist.c1292 zend_error_info **zend_persist_warnings(uint32_t num_warnings, zend_error_info **warnings) { in zend_persist_warnings() argument
1293 if (warnings) { in zend_persist_warnings()
1294 warnings = zend_shared_memdup_free(warnings, num_warnings * sizeof(zend_error_info *)); in zend_persist_warnings()
1296 warnings[i] = zend_shared_memdup_free(warnings[i], sizeof(zend_error_info)); in zend_persist_warnings()
1297 zend_accel_store_string(warnings[i]->filename); in zend_persist_warnings()
1298 zend_accel_store_string(warnings[i]->message); in zend_persist_warnings()
1301 return warnings; in zend_persist_warnings()
1371 script->warnings = zend_persist_warnings(script->num_warnings, script->warnings); in zend_accel_script_persist()
/php-src/ext/standard/tests/assert/
H A Dassert_basic5.phpt2 assert() - basic - check switch on warnings using assert_options.

Completed in 25 milliseconds

1234