Home
last modified time | relevance | path

Searched refs:failed (Results 176 – 200 of 980) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/openssl/tests/
H A Dbug37820.phpt21 echo "openssl_sign failed.";
28 echo "openssl_verify failed.";
H A Dopenssl_decrypt_gcm.phpt26 // failed because no AAD
29 // failed because wrong tag
48 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_decrypt_ccm.phpt28 // failed because no AAD
31 // failed because wrong tag
44 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt28 printf("[005] Usage of mysqli.default_socket failed\n") ;
35 printf("[006] Usage of mysqli.default_port failed\n") ;
42 printf("[007] Usage of mysqli.default_pw failed\n") ;
49 printf("[008] Usage of mysqli.default_user failed\n") ;
104 printf("[017] Usage of mysqli.default_socket failed\n") ;
113 printf("[018] Usage of mysqli.default_port failed\n") ;
122 printf("[019] Usage of mysqli.default_pw failed\n");
131 printf("[020] Usage of mysqli.default_user failed\n") ;
144 printf("[021] Usage of mysqli.default_host failed\n");
H A Dmysqli_connect_oo_defaults.phpt48 printf("[002] Usage of mysqli.default_socket failed\n");
66 printf("[004] Usage of mysqli.default_port failed\n");
84 printf("[006] Usage of mysqli.default_pw failed\n");
102 printf("[008] Usage of mysqli.default_user failed\n");
127 printf("[012] Usage of mysqli.default_host failed\n");
140 printf("[014] Usage of mysqli_connect() has failed\n");
153 printf("[016] Usage of mysqli_connect() has failed\n");
/PHP-7.4/ext/standard/tests/streams/
H A Dglob-wrapper.phpt28 Warning: opendir(%s): failed to open dir: Operation not permitted in %s%eglob-wrapper.php on line 5
34 Warning: opendir(glob://%s): failed to open dir: operation failed in %s%eglob-wrapper.php on line 5
/PHP-7.4/ext/standard/tests/file/
H A Dfileowner_error.phpt27 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
30 Warning: fileowner(): stat failed for string in %s on line %d
33 Warning: fileowner(): stat failed for 100 in %s on line %d
H A Dfopen_variation14-win32.phpt108 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
113 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
118 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
123 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
128 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
133 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
138 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
143 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
160 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
165 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
[all …]
H A Dfgetss_variation1-win32.phpt57 echo "Error: failed to open file $filename!\n";
92 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
104 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
116 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
128 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
152 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
176 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
188 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgetss_variation1.phpt53 echo "Error: failed to open file $filename!\n";
88 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
100 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
124 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
136 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
148 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
160 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
172 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
184 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D005_variation2-win32.phpt90 Warning: fileatime(): stat failed for in %s on line %d
93 Warning: filemtime(): stat failed for in %s on line %d
96 Warning: filectime(): stat failed for in %s on line %d
101 Warning: fileatime(): stat failed for | in %s on line %d
104 Warning: filemtime(): stat failed for | in %s on line %d
107 Warning: filectime(): stat failed for | in %s on line %d
/PHP-7.4/ext/standard/tests/http/
H A Dbug76342.phpt34 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! in…
/PHP-7.4/ext/zip/tests/
H A Doo_addemptydir.phpt18 exit('failed');
30 echo "failed\n";
/PHP-7.4/ext/sysvmsg/tests/
H A D002.phpt2 msg_receive() should return false when unserialize() failed
15 echo "BAD: queue removal failed\n";
/PHP-7.4/tests/output/
H A Dob_end_clean_basic_001.phpt23 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 7
28 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 16
/PHP-7.4/sapi/cli/tests/
H A Dbug73630a.phpt24 Warning: file_get_contents(http://%s//example.com): failed to open stream: HTTP request failed! in …
/PHP-7.4/ext/oci8/tests/
H A Dcursors.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
27 die("oci_commit() failed!\n");
H A Dfetch_object_2.phpt30 die("oci_parse(select) failed!\n");
34 die("oci_execute(select) failed!\n");
44 die("oci_parse(select) failed!\n");
48 die("oci_execute(select) failed!\n");
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation6.phpt55 Warning: scandir(%s/scandir_var*): failed to open dir: %s in %s on line %d
60 Warning: scandir(%s/*): failed to open dir: %s in %s on line %d
67 Warning: scandir(%s/scandir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
72 Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Dopendir_variation6-win32.phpt56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic2.phpt32 Warning: assert(): assert(0) failed in %s on line 13
37 Warning: assert(): assert(0) failed in %s on line 17
/PHP-7.4/ext/phar/tests/
H A Dmounteddir.phpt101 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream…
106 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
115 Mounting of /testit to another\..\mistake within phar %stempmanifest1.phar.php failed
116 Mounting of /notfound to %stests/this/does/not/exist within phar %stempmanifest1.phar.php failed
117 Mounting of /testit to %stests within phar %stests/tempmanifest1.phar.php failed
118 Mounting of /testit/extfile.php to %stests within phar %stests/tempmanifest1.phar.php failed
/PHP-7.4/ext/enchant/tests/
H A Dbroker_list_dicts.phpt37 echo("broker list dicts failed\n");
40 echo("init failed\n");
H A Dbroker_set_ordering.phpt22 echo("enchant failed ==>" . $enchantErr);
25 echo("init failed\n");
/PHP-7.4/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

Completed in 38 milliseconds

12345678910>>...40