Home
last modified time | relevance | path

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

1234

/php-src/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-src/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());
H A Dmysqli_get_warnings.phpt71 printf("[016] Expecting 2 warnings, got %d warnings", $tmp);
120 /* out of range, three warnings */
130 printf("[034] Expecting three warnings, got %d warnings\n", $i);
/php-src/ext/pdo_mysql/tests/
H A Dpdomysql_003.phpt22 printf("Query %s produced %d warnings\n", $q, $db->getWarningCount());
28 Query SELECT 1 = 1 produced 0 warnings
29 Query SELECT 1 = "A" produced 1 warnings
/php-src/ext/opcache/
H A Dzend_persist.h33 void zend_persist_warnings_calc(uint32_t num_warnings, zend_error_info **warnings);
34 zend_error_info **zend_persist_warnings(uint32_t num_warnings, zend_error_info **warnings);
/php-src/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-src/ext/mysqlnd/
H A Dmysqlnd_connection.h34 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument
/php-src/sapi/cli/tests/
H A Dbug64544.phpt2 Bug #64544 (Valgrind warnings after using putenv)
/php-src/ext/opcache/tests/
H A Dwarning_replay.phpt2 Opcache should replay compilation warnings if opcache.record_warnings=1
/php-src/ext/standard/tests/assert/
H A Dassert_warnings.phpt2 assert(): warnings with no descriptions.
/php-src/ext/exif/tests/
H A Dbug71534.phpt7 // This is kinda bad, I know! But, this generates about 200+ warnings due to its
/php-src/ext/session/tests/
H A D013.phpt2 redefining SID should not cause warnings
/php-src/Zend/tests/
H A Dbug63206.phpt17 $triggerInternalNotice++; // warnings while handling the error should go into internal handler

Completed in 38 milliseconds

1234