Home
last modified time | relevance | path

Searched refs:failed (Results 51 – 75 of 991) sorted by relevance

12345678910>>...40

/PHP-7.3/tests/lang/operators/
H A Doperator_equals_basic.phpt33 $failed = false;
45 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_gt_variation_64bit.phpt27 $failed = false;
38 $failed = true;
49 $failed = true;
54 if ($failed == false) {
H A Doperator_lt_basic.phpt31 $failed = false;
43 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_lt_variation_64bit.phpt25 $failed = false;
36 $failed = true;
47 $failed = true;
52 if ($failed == false) {
H A Doperator_identical_basic.phpt33 $failed = false;
45 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_notequals_basic.phpt33 $failed = false;
45 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_notidentical_basic.phpt33 $failed = false;
45 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_equals_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_equals_variation_64bit.phpt30 $failed = false;
41 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_gt_or_equal_basic.phpt32 $failed = false;
44 $failed = true;
52 $failed = true;
58 if ($failed == false) {
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_free_key.phpt29 die("failed to create private key");
34 die("failed to get a temporary filename!");
38 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
45 die("failed to load key using array syntax");
54 die("failed to load key using direct syntax");
64 die("failed to load key using string syntax");
/PHP-7.3/tests/security/
H A Dopen_basedir_copy.phpt38 Warning: copy(../bad): failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): failed to open stream: %s in %s on line %d
48 Warning: copy(..): failed to open stream: %s in %s on line %d
53 Warning: copy(../): failed to open stream: %s in %s on line %d
58 Warning: copy(/): failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): failed to open stream: %s in %s on line %d
73 Warning: copy(./../.): failed to open stream: %s in %s on line %d
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): failed to open dir: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
57 Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
/PHP-7.3/ext/zlib/tests/
H A Dgzfile_variation7.phpt32 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation7.phpt32 Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
38 Warning: readgzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
41 Warning: readgzfile(hello world): failed to open stream: No such file or directory in %s on line %d
/PHP-7.3/ext/standard/tests/file/
H A Dfilegroup_variation2.phpt49 Warning: filegroup(): stat failed for -2.34555 in %s on line %d
52 Warning: filegroup(): stat failed for in %s on line %d
56 Warning: filegroup(): stat failed for 1 in %s on line %d
64 Warning: filegroup(): stat failed for 1234 in %s on line %d
67 Warning: filegroup(): stat failed for 0 in %s on line %d
H A Dfileinode_variation2.phpt50 Warning: fileinode(): stat failed for -2.34555 in %s on line %d
53 Warning: fileinode(): stat failed for in %s on line %d
57 Warning: fileinode(): stat failed for 1 in %s on line %d
65 Warning: fileinode(): stat failed for 1234 in %s on line %d
68 Warning: fileinode(): stat failed for 0 in %s on line %d
H A Dfileowner_variation2.phpt50 Warning: fileowner(): stat failed for -2.34555 in %s on line %d
53 Warning: fileowner(): stat failed for in %s on line %d
57 Warning: fileowner(): stat failed for 1 in %s on line %d
65 Warning: fileowner(): stat failed for 1234 in %s on line %d
68 Warning: fileowner(): stat failed for 0 in %s on line %d
H A Dfileperms_variation2.phpt49 Warning: fileperms(): stat failed for -2.34555 in %s on line %d
52 Warning: fileperms(): stat failed for in %s on line %d
56 Warning: fileperms(): stat failed for 1 in %s on line %d
64 Warning: fileperms(): stat failed for 1234 in %s on line %d
67 Warning: fileperms(): stat failed for 0 in %s on line %d
H A Dfilestat.phpt49 Warning: fileinode(): stat failed for /no/such/file/or/dir in %s on line %d
52 Warning: fileowner(): stat failed for /no/such/file/or/dir in %s on line %d
55 Warning: filegroup(): stat failed for /no/such/file/or/dir in %s on line %d
58 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d
61 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d
/PHP-7.3/ext/oci8/tests/
H A Dfetch_into2.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
27 die("oci_commit() failed!\n");
33 die("oci_parse(select) failed!\n");
37 die("oci_execute(select) failed!\n");
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt87 Error: 2 - getimagesize(0): failed to open stream: No such file or directory, %s(%d)
91 Error: 2 - getimagesize(1): failed to open stream: No such file or directory, %s(%d)
95 Error: 2 - getimagesize(12345): failed to open stream: No such file or directory, %s(%d)
99 Error: 2 - getimagesize(-2345): failed to open stream: No such file or directory, %s(%d)
103 Error: 2 - getimagesize(10.5): failed to open stream: No such file or directory, %s(%d)
107 Error: 2 - getimagesize(-10.5): failed to open stream: No such file or directory, %s(%d)
111 Error: 2 - getimagesize(101234567000): failed to open stream: No such file or directory, %s(%d)
115 Error: 2 - getimagesize(0.000107654321): failed to open stream: No such file or directory, %s(%d)
119 Error: 2 - getimagesize(0.5): failed to open stream: No such file or directory, %s(%d)
151 Error: 2 - getimagesize(1): failed to open stream: No such file or directory, %s(%d)
[all …]
/PHP-7.3/ext/gd/tests/
H A Djpg2gd-mb.phpt18 …efromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます.gd1") ? 'ok' : 'failed';
22 …efromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます.gd2") ? 'ok' : 'failed';
26 …jpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
30 …peg(imagecreatefromgd2($cwd . "/test私はガラスを食べられます.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'failed';
H A Djpg2gd.phpt18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd2") ? 'ok' : 'failed';
26 echo imagejpeg(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
30 echo imagejpeg(imagecreatefromgd2($cwd . "/test.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'failed';
H A Dpng2gd.phpt18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd2") ? 'ok' : 'failed';
26 echo imagepng(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
30 echo imagepng(imagecreatefromgd2($cwd . "/test.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed';

Completed in 54 milliseconds

12345678910>>...40