Home
last modified time | relevance | path

Searched refs:error (Results 226 – 250 of 2940) sorted by relevance

12345678910>>...118

/PHP-7.2/ext/date/tests/
H A DDateTimeZone_construct_error.phpt2 Test new DateTimeZone() : error conditions
13 echo "*** Testing DateTimeZone() : error conditions ***\n";
27 *** Testing DateTimeZone() : error conditions ***
H A Ddate_create_error.phpt2 Test date_create() function : error conditions
11 echo "*** Testing date_create() : error conditions ***\n";
22 *** Testing date_create() : error conditions ***
/PHP-7.2/ext/standard/tests/math/
H A Dfloor_error.phpt2 Test floor() - error conditions - incorrect number of args
10 echo "*** Testing floor() : error conditions ***\n";
22 *** Testing floor() : error conditions ***
H A Dround_error.phpt2 Test round() function : error conditions - incorrect number of args
15 echo "*** Testing round() : error conditions ***\n";
24 *** Testing round() : error conditions ***
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_error.phpt2 Test get_loaded_extensions() function : error conditions
10 echo "*** Testing get_loaded_extensions() : error conditions ***\n";
20 *** Testing get_loaded_extensions() : error conditions ***
H A Dob_get_flush_error.phpt2 Test ob_get_flush() function : error conditions
13 echo "*** Testing ob_get_flush() : error conditions ***\n";
25 *** Testing ob_get_flush() : error conditions ***
/PHP-7.2/ext/curl/tests/
H A Dcurl_version_error.phpt2 Test curl_version() function : error conditions
13 echo "*** Testing curl_version() : error conditions ***\n";
22 *** Testing curl_version() : error conditions ***
/PHP-7.2/ext/standard/tests/file/
H A Dis_executable_error.phpt2 Test is_executable() function: error conditions
9 echo "*** Testing is_executable(): error conditions ***\n";
19 *** Testing is_executable(): error conditions ***
H A Dis_readable_error.phpt2 Test is_readable() function: error conditions
9 echo "*** Testing is_readable(): error conditions ***\n";
19 *** Testing is_readable(): error conditions ***
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.2/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt10 Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ',' or ';' in %s on line …
/PHP-7.2/tests/lang/
H A Dbug28213.phpt5 class FooBar { static function error() { debug_print_backtrace(); } }
6 set_error_handler(array('FooBar', 'error'));
/PHP-7.2/ext/zip/lib/
H A Dzip_source_close.c42 zip_error_set(&src->error, ZIP_ER_INVAL, 0); in zip_source_close()
52 zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); in zip_source_close()
/PHP-7.2/Zend/tests/
H A Dbug60099.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dlist_011.phpt10 Parse error: syntax error, unexpected ')', expecting '=' in %s on line %d
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_error2.phpt2 Test preg_replace() function : error conditions - wrong arg types
13 echo "*** Testing preg_replace() : error conditions ***\n";
26 *** Testing preg_replace() : error conditions ***
36 Recoverable fatal error: Object of class stdClass could not be converted to string in %spreg_replac…
/PHP-7.2/ext/intl/tests/
H A Duconverter_oop_callback2.phpt12 public function toUCallback($reason, $source, $codeUnits, &$error) {
14 return parent::toUCallback($reason, $source, $codeUnits, $error);
20 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 return parent::fromUCallback($reason, $source, $codePoint, $error);
/PHP-7.2/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt50 ["error"]=>
63 ["error"]=>
76 ["error"]=>
89 ["error"]=>
/PHP-7.2/ext/mysqli/tests/
H A Dbug77956.phpt2 ensure an error is returned when mysqli.allow_local_infile is off
17 printf("[002] [%d] %s\n", $link->errno, $link->error);
20 printf("[003] [%d] %s\n", $link->errno, $link->error);
25 printf("[005] [%d] %s\n", $link->errno, $link->error);
27 printf("[006] [%d] %s\n", $link->errno, $link->error);
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 Dbug68077.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
34 printf("[002] [%d] %s\n", $link->errno, $link->error);
38 printf("[003] [%d] %s\n", $link->errno, $link->error);
45 printf("[005] [%d] %s\n", $link->errno, $link->error);
48 printf("[006] [%d] %s\n", $link->errno, $link->error);
56 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_stmt_get_result_non_select.phpt29 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
56 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
59 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
75 printf("[009] [%d] %s\n", $stmt->errno, $stmt->error);
78 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server.inc45 $error = "Unable to connect to server\n";
52 $error = "Server is not running\n";
57 $error = '';
66 if ($error) {
67 echo $error;
/PHP-7.2/ext/imap/tests/
H A Dimap_headerinfo_basic.phpt40 echo "Recent: error: ".$z->Recent;
47 echo "Unseen: error: ".$z->Unseen;
54 echo "Flagged: error: ".$z->Flagged;
61 echo "Answered: error";
68 echo "Deleted: error";
75 echo "Draft: error";
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_create.cpp113 goto error; in datefmt_ctor()
124 goto error; in datefmt_ctor()
136 goto error; in datefmt_ctor()
148 goto error; in datefmt_ctor()
167 goto error; in datefmt_ctor()
176 error: in datefmt_ctor()

Completed in 92 milliseconds

12345678910>>...118