Home
last modified time | relevance | path

Searched refs:failed (Results 76 – 100 of 846) sorted by relevance

12345678910>>...34

/PHP-5.5/tests/lang/operators/
H A Doperator_gt_or_equal_basic.phpt32 $failed = false;
44 $failed = true;
52 $failed = true;
58 if ($failed == false) {
H A Doperator_gt_or_equal_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_gt_or_equal_variation_64bit.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_identical_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_identical_variation_64bit.phpt30 $failed = false;
41 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_lt_or_equal_basic.phpt31 $failed = false;
43 $failed = true;
51 $failed = true;
57 if ($failed == false) {
H A Doperator_lt_or_equal_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_lt_or_equal_variation_64bit.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_notequals_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
55 if ($failed == false) {
H A Doperator_notidentical_variation.phpt28 $failed = false;
39 $failed = true;
50 $failed = true;
56 if ($failed == false) {
H A Doperator_notidentical_variation_64bit.phpt30 $failed = false;
41 $failed = true;
52 $failed = true;
57 if ($failed == false) {
H A Doperator_notequals_variation_64bit.phpt30 $failed = false;
41 $failed = true;
52 $failed = true;
57 if ($failed == false) {
/PHP-5.5/ext/gd/tests/
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';
/PHP-5.5/tests/security/
H A Dopen_basedir_dir.phpt33 Warning: dir(../bad): failed to open dir: %s in %s on line %d
38 Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
43 Warning: dir(..): failed to open dir: %s in %s on line %d
48 Warning: dir(../): failed to open dir: %s in %s on line %d
53 Warning: dir(/): failed to open dir: %s in %s on line %d
58 Warning: dir(../bad/.): failed to open dir: %s in %s on line %d
63 Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
68 Warning: dir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
H A Dopen_basedir_file.phpt34 Warning: file(../bad): failed to open stream: %s in %s on line %d
39 Warning: file(../bad/bad.txt): failed to open stream: %s in %s on line %d
44 Warning: file(..): failed to open stream: %s in %s on line %d
49 Warning: file(../): failed to open stream: %s in %s on line %d
54 Warning: file(/): failed to open stream: %s in %s on line %d
59 Warning: file(../bad/.): failed to open stream: %s in %s on line %d
64 Warning: file(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
69 Warning: file(%s/test/bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
H A Dopen_basedir_file_get_contents.phpt34 Warning: file_get_contents(../bad): failed to open stream: %s in %s on line %d
39 Warning: file_get_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
44 Warning: file_get_contents(..): failed to open stream: %s in %s on line %d
49 Warning: file_get_contents(../): failed to open stream: %s in %s on line %d
54 Warning: file_get_contents(/): failed to open stream: %s in %s on line %d
59 Warning: file_get_contents(../bad/.): failed to open stream: %s in %s on line %d
64 Warning: file_get_contents(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
69 Warning: file_get_contents(%s/test/bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt28 echo "1st attr (num) failed\n";
37 echo "2nd attr (idx) failed\n";
46 echo "attr num failed\n";
54 echo "attr idx failed\n";
63 echo "attr 0 failed\n";
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs.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");
H A Dfield_funcs0.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");
H A Dfield_funcs_old.phpt17 die("ociparse(insert) failed!\n");
22 die("ociexecute(insert) failed!\n");
27 die("ocicommit() failed!\n");
33 die("ociparse(select) failed!\n");
37 die("ociexecute(select) failed!\n");
H A Dfetch_object_1.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");
60 die("oci_parse(select) failed!\n");
64 die("oci_execute(select) failed!\n");
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_get_error_message_basic.phpt19 Warning: Transliterator::transliterate(): String conversion of string to UTF-16 failed in %s on lin…
21 String conversion of string to UTF-16 failed: U_INVALID_CHAR_FOUND
22 String conversion of string to UTF-16 failed: U_INVALID_CHAR_FOUND
/PHP-5.5/ext/standard/tests/file/
H A Dfstat_variation8.phpt12 $failed = false;
20 $failed = true;
24 if ($failed !== true) {
/PHP-5.5/tests/output/
H A Dob_start_error_002.phpt25 Notice: ob_start(): failed to create buffer in %s on line 13
30 Notice: ob_start(): failed to create buffer in %s on line 14
35 Notice: ob_start(): failed to create buffer in %s on line 15
40 Notice: ob_start(): failed to create buffer in %s on line 16

Completed in 25 milliseconds

12345678910>>...34