Home
last modified time | relevance | path

Searched refs:error (Results 176 – 200 of 2590) sorted by relevance

12345678910>>...104

/PHP-5.5/Zend/tests/
H A Dlsb_008.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dlsb_009.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
32 Parse error: %s error%sin Loader://qqq.php on line %d
/PHP-5.5/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-5.5/ext/standard/tests/math/
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 ***
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 ***
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strlen_error2.phpt2 Test mb_strlen() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strlen() : error ***\n";
30 *** Testing mb_strlen() : error ***
H A Dmb_internal_encoding_error2.phpt2 Test mb_internal_encoding() function : error conditions - pass an unknown encoding
20 echo "*** Testing mb_internal_encoding() : error conditions ***\n";
27 *** Testing mb_internal_encoding() : error conditions ***
H A Dmb_regex_encoding_error2.phpt2 Test mb_regex_encoding() function : error conditions - Pass an unknown encoding
19 echo "*** Testing mb_regex_encoding() : error conditions ***\n";
27 *** Testing mb_regex_encoding() : error conditions ***
/PHP-5.5/ext/date/tests/
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-5.5/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-5.5/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-5.5/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 Catchable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_…
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_create.cpp92 goto error; in datefmt_ctor()
103 goto error; in datefmt_ctor()
115 goto error; in datefmt_ctor()
144 goto error; in datefmt_ctor()
153 error: in datefmt_ctor()
/PHP-5.5/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-5.5/ext/mysqli/tests/
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);
H A Dmysqli_class_mysqli_stmt_interface.phpt89 printf("[001] [%d] %s\n", $stmt->errno, $stmt->error);
97 assert(mysqli_stmt_error($stmt) === $stmt->error);
98 printf("stmt->error = '%s'\n", $stmt->error);
101 var_dump("stmt->error = ", $stmt->error_list);
129 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
148 error
164 error
180 stmt->error = ''
181 string(14) "stmt->error = "
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h116 (error_info).error[0] = '\0'; \
131 strlcpy((error_info).error, (c), sizeof((error_info).error)); \
137 error_for_the_list.error = mnd_pestrdup((c), TRUE); \
138 if (error_for_the_list.error) { \
139 DBG_INF_FMT("adding error [%s] to the list", error_for_the_list.error); \
149 …error_info_to), (error_info_from).error_no, (error_info_from).sqlstate, (error_info_from).error); \
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt30 string(18) "Input/output error"
33 string(17) "Exec format error"
66 string(16) "Unknown error 41"
83 string(16) "Unknown error 58"
93 string(15) "Advertise error"
94 string(13) "Srmount error"
95 string(27) "Communication error on send"
96 string(14) "Protocol error"
98 string(18) "RFS specific error"
111 string(18) "Streams pipe error"
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt54 printf("[007] Driver specific error code not set\n");
56 printf("[008] Driver specific error message not set\n");
70 printf("[011] Driver specific error code not set\n");
72 printf("[012] Driver specific error message not set\n");
89 printf("[015] Driver specific error code not set\n");
91 printf("[016] Driver specific error message not set\n");
100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
127 printf("[023] Driver specific error code not set\n");
129 printf("[024] Driver specific error message not set\n");
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
[all …]
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open …
77 Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): failed to open stream: phar error: inval…
100 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
102 Warning: unlink(): phar error: no directory in "phar://", must have at least phar:/// for root dire…
104 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
106 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
108 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
112 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
114 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": i…
116 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt11 * you error log. In most cases this would mean you found an error
264 $error = '';
274 $error = error_msg();// clear message
276 $error = '<b style="color:red">GetImageSize returned false</b><br>'.$error;
277 $res_getimagesize = $error;
287 $res_exif_thumbnail = $error;
292 $error = error_msg();// clear message
294 $error = '<b style="color:red">exif_thumbnail returned false</b><br>'.$error;
296 $error = "<b style='color:green'>$t_width x $t_height</b><br>$error";
298 $res_exif_thumbnail = $error;
[all …]

Completed in 37 milliseconds

12345678910>>...104