Home
last modified time | relevance | path

Searched refs:error (Results 201 – 225 of 2576) sorted by relevance

12345678910>>...104

/PHP-7.4/ext/standard/tests/file/
H A Dmkdir_rmdir_error.phpt2 Test mkdir() and rmdir() functions : error conditions
12 echo "*** Testing mkdir(): error conditions ***\n";
17 echo "\n*** Testing rmdir(): error conditions ***\n";
28 *** Testing mkdir(): error conditions ***
41 *** Testing rmdir(): error conditions ***
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt34 …te that at all other places we throws errors but no exceptions unless the error mode has been chan…
41 printf("\nFatal error with PHP (but no exception!):\n");
60 …te that at all other places we throws errors but no exceptions unless the error mode has been chan…
63 Fatal error with PHP (but no exception!):
65 Fatal error: Uncaught Error: Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object…
H A Dbug55653.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
25 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
28 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_data.c31 intl_error_reset( &datef_data->error ); in dateformat_data_init()
47 intl_error_reset( &datef_data->error ); in dateformat_data_free()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_data.c32 intl_error_reset( &nf_data->error ); in formatter_data_init()
48 intl_error_reset( &nf_data->error ); in formatter_data_free()
/PHP-7.4/Zend/tests/
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dns_trailing_comma_error_04.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) or function (T_FUNCTION)…
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
35 Parse error: %s error%sin Loader://qqq.php on line %d
H A Dbug60738.phpt7 function() { echo 'Intercepted error!', "\n"; }
18 Intercepted error!
H A Dflexible-heredoc-error3.phpt2 Flexible heredoc syntax error 3: mixing spaces and tabs in ending marker
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error4.phpt2 Flexible heredoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error9.phpt2 Flexible heredoc syntax error 9: unindented variable interpolation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
H A Dns_096.phpt10 Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting identifier (T_STRING) or func…
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error3.phpt2 Flexible nowdoc syntax error 3: mixing spaces and tabs in ending marker
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error4.phpt2 Flexible nowdoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Ddirname_error.phpt2 Test dirname() function : error conditions
8 echo "*** Testing error conditions ***\n";
21 *** Testing error conditions ***
/PHP-7.4/ext/oci8/tests/
H A Derror.phpt2 oci_error() error message for parsing error
5 …edb' => true, 'timesten' => false); // test runs on these DBs: different error messages from Time…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strtolower_error2.phpt2 Test mb_strtolower() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strtolower() : error conditions***\n";
28 *** Testing mb_strtolower() : error conditions***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
29 *** Testing mb_strtoupper() : error conditions ***
/PHP-7.4/ext/date/tests/
H A DDateTime_construct_error.phpt2 Test new DateTime() : error conditions
13 echo "*** Testing date_create() : error conditions ***\n";
28 *** Testing date_create() : error conditions ***
/PHP-7.4/ext/iconv/tests/
H A Diconv_strlen_error2.phpt2 Test iconv_strlen() function : error conditions - pass an unknown encoding
19 echo "*** Testing iconv_strlen() : error ***\n";
30 *** Testing iconv_strlen() : error ***
/PHP-7.4/ext/intl/tests/
H A Dintl_error_name.phpt9 * Check getting error string by integer error code.

Completed in 35 milliseconds

12345678910>>...104