Searched refs:warning (Results 1 – 25 of 196) sorted by relevance
12345678
/php-src/ext/pcre/tests/ |
H A D | 005.phpt | 93 [7] => warning 108 [7] => warning 121 [7] => warning 136 [7] => warning 151 [7] => warning 166 [7] => warning 181 [7] => warning 196 [7] => warning 211 [7] => warning 224 [7] => warning [all …]
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_warning_unclonable.phpt | 29 …if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) { 30 …t/mysqli_warning, got %s/%s\n", gettype($warning), (is_object($warning) ? var_export($warning, tru… 33 $warning_clone = clone $warning;
|
H A D | bug34810.phpt | 29 $warning = $mysql->get_warnings(); 30 if (!$warning) 31 printf("[001] No warning!\n"); 33 if ($warning->errno == 1048 || $warning->errno == 1253) { 35 if ("HY000" != $warning->sqlstate) 36 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate); 38 if ("" == $warning->message) 42 var_dump($warning);
|
H A D | mysqli_stmt_get_warnings.phpt | 19 die("skip Strict sql mode seems to be active. We won't get a warning to check for."); 55 if (!is_object($warning = mysqli_stmt_get_warnings($stmt))) 56 printf("[011] Expecting mysqli_warning object, got %s/%s\n", gettype($warning), $warning); 58 if ('mysqli_warning' !== get_class($warning)) 59 printf("[012] Expecting object of type mysqli_warning got type '%s'", get_class($warning)); 61 if (!method_exists($warning, 'next')) 67 if ('' == $warning->message) 70 if ('' == $warning->sqlstate) 73 if (0 == $warning->errno) 78 } while ($warning->next());
|
H A D | gh8978.phpt | 15 // Ignore this warning as we are providing wrong information on purpose 18 // There should be no warning here, only exception
|
H A D | 066.phpt | 25 if (($warning = $mysql->get_warnings())) { 28 } while ($warning->next());
|
/php-src/Zend/tests/type_declarations/ |
H A D | confusable_type_warning.phpt | 38 …ted as a class name. Did you mean "int"? Write "\integer" to suppress this warning in %s on line %d 40 …ed as a class name. Did you mean "float"? Write "\double" to suppress this warning in %s on line %d 42 …ed as a class name. Did you mean "bool"? Write "\boolean" to suppress this warning in %s on line %d 44 …nd will be interpreted as a class name. Write "\resource" to suppress this warning in %s on line %d 46 …ool"? Write "\Foo\boolean" or import the class with "use" to suppress this warning in %s on line %d 48 …ed as a class name. Did you mean "bool"? Write "\boolean" to suppress this warning in %s on line %d
|
/php-src/ext/standard/tests/assert/ |
H A D | assert_basic5.phpt | 5 assert.warning = 0 16 //switch warning on and test return value 21 //switch warning on and test return value 25 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
|
H A D | assert_basic4.phpt | 5 assert.warning = 0 20 echo "Initial values: ini.get(\"assert.warning\") => [".ini_get("assert.warning")."]\n"; 27 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0 51 Initial values: ini.get("assert.warning") => [0]
|
H A D | assert_basic1.phpt | 5 assert.warning = 0 21 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
|
H A D | assert_basic.phpt | 5 assert.warning = 0 20 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
|
/php-src/sapi/fpm/tests/ |
H A D | bug68458-pm-no-start-server.phpt | 2 FPM: bug68458 - Missing pm.start_servers should emit notice instead of warning 15 log_level = warning
|
H A D | bug68381-log-level-warning.phpt | 2 FPM: bug68381 - Log messages with warning level only 16 log_level = warning
|
/php-src/tests/lang/ |
H A D | returnByReference.009.phpt | 24 echo "\n---> 1. Return a variable by reference -> No warning:\n"; 33 ---> 1. Return a variable by reference -> No warning:
|
H A D | passByReference_012.phpt | 6 // Showing warning: 11 // This should show the identical warning
|
/php-src/tests/output/ |
H A D | stream_isatty_no_warning_on_cast.phpt | 3 Bug GH-10092 (Internal stream casting should not emit lost bytes warning twice) 21 /* Note: the warning is bogus in this case as no data actually gets lost,
|
/php-src/ext/opcache/tests/ |
H A D | preload_error_handler_ind.inc | 3 // Cause a preload warning
|
/php-src/ext/ftp/tests/ |
H A D | ftp_get_basic.phpt | 30 ftp_get($ftp, $tmpfname ,'a warning.txt', FTP_ASCII); 39 Warning: ftp_get(): a warning: No such file or directory in %sftp_get_basic.php on line %d
|
H A D | ftp_fget_basic.phpt | 30 ftp_fget($ftp, $fp ,'a warning.txt', FTP_ASCII); 42 Warning: ftp_fget(): a warning: No such file or directory in %sftp_fget_basic.php on line %d
|
/php-src/Zend/tests/traits/ |
H A D | property006.phpt | 15 // but they are distinct, and not related to each other, so no warning. 23 // that should give the expected strict warning.
|
/php-src/Zend/tests/ |
H A D | bug60536_004.phpt | 15 // but they are distinct, and not related to each other, so no warning. 23 // that should give the expected strict warning.
|
H A D | bug81377.phpt | 2 Bug #81377: unset() of $GLOBALS sub-key yields warning
|
H A D | bug32428.phpt | 2 Bug #32428 (The @ warning error suppression operator is broken)
|
/php-src/ext/session/tests/ |
H A D | bug38377.phpt | 2 Bug #38377 (session_destroy() gives warning after session_regenerate_id())
|
/php-src/ext/standard/tests/filters/ |
H A D | bug81475.phpt | 2 Bug #81475 (stream_isatty emits warning with attached stream wrapper)
|
Completed in 64 milliseconds
12345678