Searched refs:warnings (Results 1 – 25 of 65) sorted by relevance
123
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug54221.phpt | 30 $warnings = $link->get_warnings(); 31 if ($warnings) { 33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n"; 34 } while ($warnings->next());
|
H A D | mysqli_get_warnings.phpt | 72 printf("[016] Expecting 2 warnings, got %d warnings", $tmp); 125 /* out of range, three warnings */ 135 printf("[034] Expecting three warnings, got %d warnings\n", $i);
|
/PHP-7.3/ext/date/tests/ |
H A D | date-lenient.phpt | 27 [warnings] => Array 49 [warnings] => Array 71 [warnings] => Array 93 [warnings] => Array 115 [warnings] => Array 136 [warnings] => Array
|
H A D | date-lenient-create.phpt | 35 [warnings] => Array 56 [warnings] => Array 77 [warnings] => Array 98 [warnings] => Array 119 [warnings] => Array 139 [warnings] => Array
|
H A D | date_parse_001.phpt | 36 ["warnings"]=> 64 ["warnings"]=> 92 ["warnings"]=> 128 ["warnings"]=> 158 ["warnings"]=> 186 ["warnings"]=> 214 ["warnings"]=> 252 ["warnings"]=> 288 ["warnings"]=>
|
H A D | bug51866.phpt | 32 ["warnings"]=> 58 ["warnings"]=> 84 ["warnings"]=> 110 ["warnings"]=> 127 ["warnings"]=> 153 ["warnings"]=>
|
H A D | date-parse-by-format001.phpt | 20 [warnings] => Array 41 [warnings] => Array
|
H A D | date_parse_basic1.phpt | 40 ["warnings"]=> 68 ["warnings"]=> 96 ["warnings"]=>
|
H A D | bug43808.phpt | 20 ["warnings"]=> 36 ["warnings"]=>
|
H A D | bug35499.phpt | 32 ["warnings"]=> 68 ["warnings"]=>
|
H A D | bug41709.phpt | 22 [warnings] => Array
|
H A D | bug52430.phpt | 25 ["warnings"]=>
|
H A D | bug51994.phpt | 27 ["warnings"]=>
|
H A D | bug67251.phpt | 26 ["warnings"]=>
|
/PHP-7.3/ext/tidy/tests/ |
H A D | tidy_error.phpt | 24 // status 0 indicates no errors or warnings 30 // status 1 indicates warnings
|
H A D | 004.phpt | 28 %S3 warnings%S0 errors%S 31 No warnings or errors were found.
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.h | 36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument
|
/PHP-7.3/sapi/cli/tests/ |
H A D | bug64544.phpt | 2 Bug #64544 (Valgrind warnings after using putenv)
|
/PHP-7.3/ext/session/tests/ |
H A D | 013.phpt | 2 redefining SID should not cause warnings
|
/PHP-7.3/ext/exif/tests/ |
H A D | bug71534.phpt | 7 // This is kinda bad, I know! But, this generates about 200+ warnings due to its
|
H A D | bug76130.phpt | 5 notices and warnings are to be expected anyway, we suppress these, since the are
|
/PHP-7.3/Zend/tests/ |
H A D | bug63206.phpt | 17 $triggerInternalNotice++; // warnings while handling the error should go into internal handler
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | SimpleXMLElement_xpath.phpt | 10 // we're not interested in checking concrete warnings regarding invalid XML
|
/PHP-7.3/tests/lang/ |
H A D | 038.phpt | 2 Convert warnings to exceptions
|
/PHP-7.3/ext/zip/tests/ |
H A D | bug76524.phpt | 20 so the regex is used to check that Zend MM does NOT show warnings
|
Completed in 21 milliseconds
123