Home
last modified time | relevance | path

Searched refs:ok (Results 51 – 75 of 918) sorted by relevance

12345678910>>...37

/PHP-7.3/ext/gd/tests/
H A Djpeg2png.phpt21 …echo imagejpeg(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_jpeg.jpeg") ? 'ok' : 'fa…
25 …echo imagepng(imagecreatefromjpeg($cwd . "/test_jpeg.jpeg"), $cwd . "/test_jpng.png") ? 'ok' : 'fa…
29 …echo imagepng(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test_png.png") ? 'ok' : 'fai…
33 …echo imagejpeg(imagecreatefrompng($cwd . "/test_png.png"), $cwd . "/test_pjpeg.jpeg") ? 'ok' : 'fa…
42 PNG to JPEG conversion: ok
43 Generated JPEG to PNG conversion: ok
44 JPEG to PNG conversion: ok
45 Generated PNG to JPEG conversion: ok
H A Dlines.phpt26 echo "Horizontal: ok\n";
41 echo "Vertical: ok\n";
62 echo "Diagonal: ok\n";
76 echo "Outside 1: ok\n";
89 echo "Outside 2: ok\n";
102 echo "Outside 2: ok\n";
109 Horizontal: ok
110 Vertical: ok
111 Diagonal: ok
112 Outside 1: ok
[all …]
/PHP-7.3/ext/shmop/tests/
H A D001.phpt20 echo "ok\n";
30 echo "ok\n";
42 echo "ok\n";
57 echo "ok\n";
65 echo "ok\n";
74 echo "ok\n";
80 shm open for create: ok
82 shm write test #1: ok
84 shm open for read only: ok
88 shm open for read only: ok
[all …]
/PHP-7.3/tests/security/
H A Dopen_basedir_readlink.phpt20 $symlink = ($initdir."/test/ok/symlink.txt");
23 chdir($initdir."/test/ok");
26 var_dump(readlink("../ok/symlink.txt"));
27 var_dump(readlink("../ok/./symlink.txt"));
29 var_dump(readlink($initdir."/test/ok/symlink.txt"));
31 $target = ($initdir."/test/ok/ok.txt");
32 $symlink = ($initdir."/test/ok/symlink.txt");
55 Warning: readlink(): open_basedir restriction in effect. File(../ok/symlink.txt) is not within the …
58 Warning: readlink(): open_basedir restriction in effect. File(../ok/./symlink.txt) is not within th…
64 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
[all …]
H A Dopen_basedir_linkinfo.phpt23 $symlink = ($initdir."/test/ok/symlink.txt");
26 chdir($initdir."/test/ok");
29 var_dump(linkinfo("../ok/symlink.txt"));
30 var_dump(linkinfo("../ok/./symlink.txt"));
32 var_dump(linkinfo($initdir."/test/ok/symlink.txt"));
34 $target = ($initdir."/test/ok/ok.txt");
35 $symlink = ($initdir."/test/ok/symlink.txt");
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);
/PHP-7.3/ext/date/tests/
H A Dbug76462.phpt8 $ok = new DateInterval('P0Y');
9 $ok->f = $ok->f + 0.01;
12 var_dump($ok->f);
/PHP-7.3/Zend/tests/
H A Dunset_cv09.phpt5 $x = "ok\n";
8 echo "ok\n";
11 ok
14 ok
H A Dunset_cv10.phpt6 $x = "ok\n";
10 echo "ok\n";
13 ok
16 ok
H A Dns_054.phpt9 echo "ok\n";
15 echo "ok\n";
28 ok
29 ok
H A Dns_082.phpt7 namespace ok {
8 echo "ok\n";
12 ok
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
/PHP-7.3/ext/session/tests/
H A D025.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…
54 public $bar = "ok";
99 string(2) "ok"
107 string(2) "ok"
112 …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…
118 string(2) "ok"
126 string(2) "ok"
132 …ITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar…
138 string(2) "ok"
146 string(2) "ok"
H A D005.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";
97 string(2) "ok"
105 string(2) "ok"
110 …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…
116 string(2) "ok"
124 string(2) "ok"
130 …ITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar…
136 string(2) "ok"
144 string(2) "ok"
H A D004.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…
52 public $bar = "ok";
81 string(2) "ok"
89 string(2) "ok"
94 …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…
99 string(2) "ok"
107 string(2) "ok"
H A D023.phpt16 public $bar = "ok";
22 …sion_decode('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…
35 string(2) "ok"
43 string(2) "ok"
H A D003.phpt16 public $bar = "ok";
22 …sion_decode('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…
33 string(2) "ok"
41 string(2) "ok"
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.3/ext/simplexml/tests/
H A D021.phpt8 $ok = 1;
11 $ok *= 0;
14 $ok *= 0;
16 if ($ok) {
/PHP-7.3/ext/mbstring/tests/
H A Dmb_split.phpt21 print "ok\n";
40 ok
41 ok
42 ok
43 ok
44 ok
H A Dmb_ereg-compat-01.phpt13 echo "ok\n";
16 echo "ok\n";
20 ok
21 ok
/PHP-7.3/Zend/tests/return_types/
H A D030.phpt10 echo "ok\n";
12 echo "ok\n";
16 ok
17 ok
/PHP-7.3/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt103 Setting attribute: ok
108 Setting attribute: ok
113 Setting attribute: ok
118 Setting attribute: ok
123 Setting attribute: ok
128 Setting attribute: ok
133 Setting attribute: ok
138 Setting attribute: ok
143 Setting attribute: ok
148 Setting attribute: ok
[all …]

Completed in 35 milliseconds

12345678910>>...37