Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
H A Dfopen_variation15-win32.phpt112 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
117 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
122 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
127 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
132 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
137 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
142 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
147 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
164 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
169 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
[all …]
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.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt18 fprintf(STDERR, "socket_create() failed: reason: " . socket_strerror(socket_last_error()) . "\n");
22 …fprintf(STDERR, "socket_bind() failed: reason: " . socket_strerror(socket_last_error($sock)) . "\n…
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
/PHP-7.4/ext/gd/tests/
H A Dcreatefromstring.phpt21 echo 'failed';
43 $failed = false;
45 echo 'failed';
H A Dgif2gd.phpt18 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed
22 …ho imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'failed';
H A Dxpm2gd.phpt18 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed
22 …ho imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'failed';
/PHP-7.4/ext/zip/tests/
H A Doo_setcomment.phpt17 exit('failed');
37 echo "failed to write zip\n";
43 exit('failed');
H A Doo_setcompression.phpt18 exit('failed');
38 exit('failed');
45 exit('failed');
/PHP-7.4/ext/enchant/tests/
H A Ddict_get_error.phpt23 echo("broker request dict failed\n");
26 echo("init failed\n");
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt51 die("oci_parse(insert) failed!\n");
59 die("oci_execute(insert) failed!\n");
69 die("oci_bind_by_name(sql1) failed!\n");
78 die("oci_bind_by_name(sql2) failed!\n");
81 die("oci_bind_by_name(sql2) failed!\n");
84 die("oci_bind_by_name(sql2) failed!\n");
113 die("oci_bind_by_name(sql1) failed!\n");
124 die("oci_bind_by_name(sql2) failed!\n");
H A Dfetch_row.phpt25 die("oci_parse(select) failed!\n");
29 die("oci_execute(select) failed!\n");
/PHP-7.4/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.4/ext/exif/tests/
H A Dbug64739.phpt15 echo 'Error, failed to read exif data';
27 echo 'Error, failed to read exif data';
/PHP-7.4/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.4/azure/macos/
H A Dtest.yml21 condition: or(succeeded(), failed())
29 condition: or(succeeded(), failed())
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strlen.phpt29 mb_internal_encoding('EUC-JP') or print("mb_internal_encoding() failed\n");
36 mb_internal_encoding('SJIS') or print("mb_internal_encoding() failed\n");
44 mb_internal_encoding('JIS') or print("mb_internal_encoding() failed\n");
52 mb_internal_encoding('UTF-8') or print("mb_internal_encoding() failed\n");
/PHP-7.4/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());
/PHP-7.4/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.4/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.4/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.4/azure/i386/
H A Dtest.yml25 condition: or(succeeded(), failed())
33 condition: or(succeeded(), failed())

Completed in 98 milliseconds

12345678910>>...40