Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation51.phpt21 exit("Error:failed to open file $filename");
45 exit("Error:failed to open file $filename");
73 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
79 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
82 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
88 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
91 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
96 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfgetcsv_variation26.phpt43 echo "Error: failed to create file $filename!\n";
84 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
91 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
98 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
105 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
119 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
133 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-7.4/ext/zip/tests/
H A Doo_extract.phpt14 echo "open failed.\n";
15 exit('failed');
20 echo "failed. mkdir\n";
24 echo "failed. mkdir foobar\n";
28 echo "failed. extract foobar/baz\n";
34 echo "failed. bar file\n";
40 echo "failed. foo file\n";
49 echo "failed. extract bar file\n";
57 echo "failed. extract bar file\n";
62 echo "failed. extract foo file\n";
H A Dbug64342_1-mb.phpt18 exit('failed');
21 echo "failed\n";
30 echo "failed\n";
36 echo "failed\n";
41 failed
H A Dbug64342_1.phpt18 exit('failed');
21 echo "failed\n";
30 echo "failed\n";
36 echo "failed\n";
41 failed
H A Doo_addfile.phpt18 exit('failed');
21 echo "failed\n";
24 echo "failed\n";
35 echo "failed\n";
41 echo "failed\n";
44 exit('failed');
H A Doo_delete.phpt17 exit('failed');
28 echo "failed\n";
32 exit('failed');
42 echo "failed 3\n";
48 echo "failed 3\n";
55 echo "failed\n";
/PHP-7.4/ext/gd/tests/
H A Dcopypalette.phpt9 $failed = false;
21 $failed = true;
26 echo $failed ? 'failed' : 'ok';
36 $failed = true;
39 echo $failed ? 'failed' : 'ok';
H A Dtypes.phpt12 echo "gif failed\n";
16 echo "jpeg failed\n";
20 echo "png failed\n";
24 echo "wbmp failed\n";
28 echo "xom failed\n";
H A Dcolorat.phpt18 echo $c == 0x0 ? 'ok' : 'failed';
31 $failed = false;
34 $failed = true;
37 echo !$failed ? 'ok' : 'failed';
H A Dimagewbmp-mb.phpt19 $failed = false;
22 $failed = true;
25 echo !$failed ? 'ok' : 'failed';
H A Dimagewbmp.phpt19 $failed = false;
22 $failed = true;
25 echo !$failed ? 'ok' : 'failed';
/PHP-7.4/tests/strings/
H A D001.phpt16 echo("failed 1\n");
18 echo("failed 2\n");
20 echo("failed 3\n");
22 echo("failed 4\n");
32 echo("failed 1\n");
34 echo("failed 2\n");
44 echo("failed 1\n");
46 echo("failed 2\n");
58 echo("failed!\n");
67 echo("failed!\n");
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug49936_win32.phpt20 Warning: opendir(): connect() failed: %s
23 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
26 Warning: opendir(): connect() failed: %s
29 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A Dbug69655.phpt20 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
23 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
26 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
H A Dbug70264.phpt17 Warning: file_get_contents(http://%s/..\CREDITS): failed to open stream: HTTP request failed! HTTP/…
20 Warning: file_get_contents(http://%s/..%5CCREDITS): failed to open stream: HTTP request failed! HTT…
/PHP-7.4/ext/standard/tests/assert/
H A Dassert.phpt14 echo "assertion failed $line,\"$myev\"\n";
21 echo "class assertion failed $line,\"$myev\"\n";
42 assertion failed 22,"$a != 0"
43 class assertion failed 25,"$a != 0"
44 class assertion failed 29,"$a != 0"
/PHP-7.4/tests/lang/operators/
H A Doperator_spaceship_basic.phpt34 $failed = false;
46 $failed = true;
53 $failed = true;
60 $failed = true;
67 $failed = true;
71 $failed = true;
75 $failed = true;
84 $failed = true;
87 if ($failed == false) {
/PHP-7.4/ext/oci8/tests/
H A Dcommit_001.phpt17 die("oci_parse(insert) failed!\n");
23 die("oci_execute(insert) failed!\n");
29 die("oci_execute(insert) failed!\n");
39 die("oci_parse(select) failed!\n");
44 die("oci_execute(select) failed!\n");
51 die("oci_execute(select) failed!\n");
57 die("oci_parse(insert) failed!\n");
62 die("oci_execute(insert) failed!\n");
70 die("oci_execute(select) failed!\n");
H A Dcommit_old.phpt17 die("ociparse(insert) failed!\n");
22 die("ociexecute(insert) failed!\n");
31 die("ociparse(select) failed!\n");
35 die("ociexecute(select) failed!\n");
42 die("ociexecute(select) failed!\n");
48 die("ociparse(insert) failed!\n");
53 die("ociexecute(insert) failed!\n");
60 die("ociexecute(select) failed!\n");
H A Dnum.phpt30 die("oci_parse(insert) failed!\n");
40 die("oci_execute(insert) failed!\n");
51 die("oci_commit() failed!\n");
64 die("oci_parse(select) failed!\n");
74 die("oci_execute(select) failed!\n");
85 die("oci_fetch_all(select) failed!\n");
98 die("oci_parse(select) failed!\n");
102 die("oci_execute(select) failed!\n");
119 die("oci_parse(select) failed!\n");
123 die("oci_execute(select) failed!\n");
[all …]
/PHP-7.4/Zend/tests/
H A Dexception_during_include_stat.phpt8 throw new Exception('stat failed');
38 stat failed
39 stat failed
40 stat failed
41 stat failed
/PHP-7.4/ext/mysqli/tests/
H A Dbug62046.phpt13 printf("[001] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
16 printf("[002] Prepare failed, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
19 printf("[003] Execute failed, [%d] %s\n", $stmt->errorno, $stmt->error);
22 printf("[004] store_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
26 printf("[005] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
29 printf("[006] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
/PHP-7.4/ext/intl/tests/
H A Dformatter_fail.phpt78 IntlException: Constructor failed in %sformatter_fail.php on line %d
79 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
80 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
81 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
92 IntlException: Constructor failed in %sformatter_fail.php on line %d
93 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
94 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
95 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
97 IntlException: Constructor failed in %sformatter_fail.php on line %d
98 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
[all …]
/PHP-7.4/ext/standard/tests/http/
H A Dbug60570.phpt41 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…
44 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…
47 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…

Completed in 37 milliseconds

12345678910>>...40