Home
last modified time | relevance | path

Searched refs:ok (Results 76 – 100 of 932) sorted by relevance

12345678910>>...38

/PHP-7.4/Zend/tests/
H A Dbug34199.phpt11 if($kids) echo "bug\n"; else echo "ok\n";
12 if(!$kids) echo "ok\n"; else echo "bug\n";
16 ok
17 ok
H A Dns_056.phpt10 echo "ok\n";
16 echo "ok\n";
29 ok
30 ok
H A Dbug31177.phpt33 echo "ok\n";
39 echo "ok\n";
43 ok
44 ok
H A Dns_063.phpt8 echo "ok\n";
12 echo "ok\n";
14 ok
H A D026.phpt14 print "ok\n";
17 print "ok\n";
22 ok
25 ok
H A Dlsb_013.phpt8 var_dump(is_callable("static::ok"));
9 var_dump(is_callable(array("static","ok")));
14 static function ok() {
H A Dbug41929.phpt6 private $priv = "ok";
23 ok
24 priv: ok
/PHP-7.4/Zend/tests/return_types/
H A D030.phpt10 echo "ok\n";
12 echo "ok\n";
16 ok
17 ok
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg-compat-01.phpt13 echo "ok\n";
16 echo "ok\n";
20 ok
21 ok
/PHP-7.4/tests/security/
H A Dopen_basedir_chmod.phpt21 var_dump(chmod($initdir."/test/ok/ok.txt", 0600));
22 var_dump(chmod("./ok.txt", 0600));
23 var_dump(chmod("ok.txt", 0600));
24 var_dump(chmod("../ok/ok.txt", 0600));
25 var_dump(chmod("../ok/./ok.txt", 0600));
26 chmod($initdir."/test/ok/ok.txt", 0777);
H A Dopen_basedir_error_log.phpt16 var_dump(ini_set("error_log", $initdir."/test/ok/ok.txt"));
17 var_dump(ini_set("error_log", $initdir."/test/ok/ok.txt"));
43 string(%d) "%s/test/ok/ok.txt"
H A Dopen_basedir_realpath.phpt55 string(%d) "%s\test\ok"
56 string(%d) "%s\test\ok\ok.txt"
57 string(%d) "%s\test\ok\ok.txt"
58 string(%d) "%s\test\ok\ok.txt"
59 string(%d) "%s\test\ok\ok.txt"
H A Dopen_basedir_is_executable.phpt12 var_dump(is_executable("ok.txt"));
13 var_dump(is_executable("../ok/ok.txt"));
14 var_dump(is_executable($initdir."/test/ok/ok.txt"));
15 var_dump(is_executable($initdir."/test/ok/../ok/ok.txt"));
H A Dopen_basedir_touch.phpt20 var_dump(touch($initdir."/test/ok/ok.txt"));
21 var_dump(touch("./ok.txt"));
22 var_dump(touch("ok.txt"));
23 var_dump(touch("../ok/ok.txt"));
24 var_dump(touch("../ok/./ok.txt"));
/PHP-7.4/ext/session/tests/
H A D024.phpt17 …lic $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar…
53 public $bar = "ok";
85 string(2) "ok"
93 string(2) "ok"
98 …ITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar…
103 string(2) "ok"
111 string(2) "ok"
/PHP-7.4/ext/gd/tests/
H A Dcreatefromgd2.phpt13 echo imagecolorat($im2, 4,4) == 0xffffff ? 'ok' : 'failed';
18 echo imagecolorat($im2, 4,4) == 0xffffff ? 'ok' : 'failed';
22 test create from gd2: ok
23 test create from gd2 part: ok
H A Dgif2gd.phpt18 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed…
22 …echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'faile…
29 GIF to GD1 conversion: ok
30 GIF to GD2 conversion: ok
H A Dxpm2gd.phpt18 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…
22 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
29 XPM to GD1 conversion: ok
30 XPM to GD2 conversion: ok
H A Dcolorat.phpt18 echo $c == 0x0 ? 'ok' : 'failed';
37 echo !$failed ? 'ok' : 'failed';
41 test colorat truecolor: ok
42 test colorat palette: ok
H A Ddashedlines.phpt29 echo "Horizontal: ok\n";
49 echo "Vertical: ok\n";
69 echo "Diagonal: ok\n";
76 Horizontal: ok
77 Vertical: ok
78 Diagonal: ok
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-ipv6-any.phpt28 $tester->checkConnection('127.0.0.1', 'IPv4: ok');
29 $tester->checkConnection('[::1]', 'IPv6: ok');
37 IPv4: ok
38 IPv6: ok
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_set_strength.phpt20 return ( $new_val == $val ? "ok" : "failed" ) . "\n";
39 ok
40 ok
41 ok
/PHP-7.4/ext/mysqli/tests/
H A Dbug50772.phpt19 echo "ok 1\n";
29 echo "ok 2\n";
34 ok 1
35 ok 2
/PHP-7.4/ext/zip/tests/
H A Doo_open.phpt14 echo "ER_OPEN: ok\n";
23 echo "create: ok\n";
41 ER_OPEN: ok
42 create: ok
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt32 echo "$name: ok\n";
167 openssl_pkey_export_to_file pem: ok
168 openssl_pkey_export_to_file write: ok
169 openssl_pkey_export: ok
170 openssl_pkey_get_public: ok
171 openssl_private_encrypt: ok
172 openssl_private_decrypt: ok
175 openssl_x509_export_to_file open: ok
176 openssl_x509_export_to_file pem: ok
180 openssl_csr_get_subject open: ok
[all …]

Completed in 108 milliseconds

12345678910>>...38