Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-8.2/ext/mysqli/tests/
H A Dbug54221.phpt30 $warnings = $link->get_warnings();
31 if ($warnings) {
33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
34 } while ($warnings->next());
/PHP-8.2/ext/date/tests/
H A Ddate-lenient.phpt27 [warnings] => Array
49 [warnings] => Array
71 [warnings] => Array
93 [warnings] => Array
115 [warnings] => Array
136 [warnings] => Array
H A Ddate_parse_001.phpt35 ["warnings"]=>
63 ["warnings"]=>
91 ["warnings"]=>
127 ["warnings"]=>
157 ["warnings"]=>
185 ["warnings"]=>
213 ["warnings"]=>
251 ["warnings"]=>
287 ["warnings"]=>
H A Ddate-lenient-create.phpt35 [warnings] => Array
56 [warnings] => Array
77 [warnings] => Array
98 [warnings] => Array
H A Ddate_parse_basic1.phpt34 ["warnings"]=>
62 ["warnings"]=>
90 ["warnings"]=>
H A Ddate-parse-by-format001.phpt20 [warnings] => Array
41 [warnings] => Array
H A Dbug51866.phpt33 ["warnings"]=>
59 ["warnings"]=>
85 ["warnings"]=>
117 ["warnings"]=>
H A Dbug43808.phpt20 ["warnings"]=>
36 ["warnings"]=>
H A Dbug35499.phpt32 ["warnings"]=>
68 ["warnings"]=>
H A Dbug41709.phpt22 [warnings] => Array
H A Dbug52430.phpt25 ["warnings"]=>
H A Dbug51994.phpt27 ["warnings"]=>
H A Dbug67251.phpt27 ["warnings"]=>
/PHP-8.2/ext/opcache/
H A Dzend_persist.h31 void zend_persist_warnings_calc(uint32_t num_warnings, zend_error_info **warnings);
32 zend_error_info **zend_persist_warnings(uint32_t num_warnings, zend_error_info **warnings);
/PHP-8.2/ext/tidy/tests/
H A Dtidy_error.phpt22 // status 0 indicates no errors or warnings
28 // status 1 indicates warnings
H A D004.phpt28 %S3 warnings%S0 errors%S
31 No warnings or errors were found.
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.h34 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument
/PHP-8.2/sapi/cli/tests/
H A Dbug64544.phpt2 Bug #64544 (Valgrind warnings after using putenv)
/PHP-8.2/ext/opcache/tests/
H A Dwarning_replay.phpt2 Opcache should replay compilation warnings if opcache.record_warnings=1
/PHP-8.2/ext/exif/tests/
H A Dbug71534.phpt7 // This is kinda bad, I know! But, this generates about 200+ warnings due to its
H A Dbug76130.phpt5 notices and warnings are to be expected anyway, we suppress these, since the are
/PHP-8.2/ext/session/tests/
H A D013.phpt2 redefining SID should not cause warnings
/PHP-8.2/Zend/tests/
H A Dbug63206.phpt17 $triggerInternalNotice++; // warnings while handling the error should go into internal handler
H A Dwarning_during_heredoc_scan_ahead.phpt2 No warnings should be thrown during heredoc scan-ahead
/PHP-8.2/tests/lang/
H A D038.phpt2 Convert warnings to exceptions

Completed in 16 milliseconds

1234