Home
last modified time | relevance | path

Searched refs:failed (Results 201 – 225 of 1001) sorted by relevance

12345678910>>...41

/PHP-7.2/ext/gd/tests/
H A Dcreatefromstring.phpt21 echo 'failed';
43 $failed = false;
45 echo 'failed';
H A Dxpm2gd.phpt18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dgif2gd.phpt18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd2") ? 'ok' : 'failed';
/PHP-7.2/Zend/tests/assert/
H A Dexpect_018.phpt27 Warning: assert(): assert(false) failed in %sexpect_018.php on line 10
31 Warning: assert(): assert(false) failed in %sexpect_018.php on line 12
/PHP-7.2/ext/enchant/tests/
H A Dbroker_set_ordering.phpt22 echo("enchant failed ==>" . $enchantErr);
25 echo("init failed\n");
H A Ddict_get_error.phpt23 echo("broker request dict failed\n");
26 echo("init failed\n");
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt30 printf("[003] Execute has failed, %s %s\n",
49 printf("[005] Execute has failed, %s %s\n",
70 printf("[006] Execute has failed, %s %s\n",
84 printf("[008] Execute has failed, %s %s\n",
107 [003] Execute has failed, 'HY093' array (
138 [008] Execute has failed, 'HY093' array (
H A Dpdo_mysql_prepare_native_clear_error.phpt31 printf("[003] Execute has failed, %s %s\n",
38 printf("[004] Execute has failed, %s %s\n",
51 printf("[006] Execute has failed, %s %s\n",
58 printf("[007] Execute has failed, %s %s\n",
79 [003] Execute has failed, '42S22' array (
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt24 printf("[%03d] UPDATE failed, [%d] %s\n",
30 printf("[%03d] SELECT failed, [%d] %s\n",
37 printf("[%03d] Bind failed, [%d] %s\n",
43 printf("[%03d] Execute or fetch failed, [%d] %s\n",
H A Dmysqli_pconnect.phpt24 printf("[003] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
40 printf("[004] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
56 printf("[004] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_get_client_stats.phpt322 printf("[%03d] stmt_init() failed, [%d] %s\n",
327 printf("[%03d] prepare/execute failed, [%d] %s\n",
335 printf("[%03d] store_result failed, [%d] %s\n",
364 printf("[%03d] prepare/execute failed, [%d] %s\n",
369 printf("[%03d] bind_result failed, [%d] %s\n",
373 printf("[%03d] store_result failed, [%d] %s\n",
405 printf("[%03d] prepare/execute failed, [%d] %s\n",
410 printf("[%03d] bind_result failed, [%d] %s\n",
414 printf("[%03d] store_result failed, [%d] %s\n",
458 printf("[%03d] bind_result failed, [%d] %s\n",
[all …]
/PHP-7.2/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt20 echo 'Connection failed: ' . $e->getMessage(). "\n";
28 Connection failed: SQLSTATE[HY000]: OCINlsCharSetNameToId: unknown character set name (%s)
/PHP-7.2/ext/intl/tests/
H A Dtransliterator_create_error.phpt19 Warning: Transliterator::create(): String conversion of id to UTF-16 failed in %s on line %d
20 String conversion of id to UTF-16 failed: U_INVALID_CHAR_FOUND
/PHP-7.2/ext/standard/tests/streams/
H A Duser-stream-error.phpt15 Warning: fopen(mystream://foo): failed to open stream: "FailStream::stream_open" call failed in %s%…
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_009.phpt20 die("connect failed");
39 die("connect failed");
59 die("connect failed");
/PHP-7.2/ext/zip/tests/
H A Doo_setcompression.phpt19 exit('failed');
39 exit('failed');
46 exit('failed');
/PHP-7.2/ext/standard/tests/file/
H A Dstat_error-win32.phpt43 Warning: stat(): stat failed for %s in %s on line %d
46 Warning: stat(): stat failed for %s in %s on line %d
49 Warning: stat(): stat failed for 22 in %s on line %d
/PHP-7.2/tests/output/
H A Dob_start_basic_unerasable_003.phpt19 Notice: ob_get_clean(): failed to discard buffer of callback (0) in %s on line 11
21 Notice: ob_get_clean(): failed to delete buffer of callback (0) in %s on line 11
H A Dob_start_basic_unerasable_004.phpt19 Notice: ob_get_flush(): failed to send buffer of callback (0) in %s on line 11
21 Notice: ob_get_flush(): failed to delete buffer of callback (0) in %s on line 11
/PHP-7.2/ext/phar/tests/
H A D016.phpt31 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
34 Warning: file_get_contents(phar://%s/b): failed to open stream: phar error: internal corruption of …
38 Warning: file_get_contents(phar://%s/d): failed to open stream: phar error: internal corruption of …
/PHP-7.2/tests/security/
H A Dopen_basedir_error_log_variation.phpt35 Warning: error_log(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
40 Warning: error_log(%s/test/bad.txt): failed to open stream: %s in %s on line %d
45 Warning: error_log(%s/bad.txt): failed to open stream: %s in %s on line %d
/PHP-7.2/ext/oci8/tests/
H A Ddefault_prefetch.phpt29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Dfetch_row.phpt25 die("oci_parse(select) failed!\n");
29 die("oci_execute(select) failed!\n");
H A Ddefault_prefetch0.phpt29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Ddefault_prefetch1.phpt29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");

Completed in 82 milliseconds

12345678910>>...41