Home
last modified time | relevance | path

Searched refs:ok (Results 126 – 150 of 932) sorted by relevance

12345678910>>...38

/PHP-7.4/ext/xmlreader/tests/
H A D005.phpt20 echo "ok\n";
27 echo "ok\n";
35 ok
/PHP-7.4/win32/
H A Dfnmatch.c154 int negate, ok; in rangematch() local
170 for (ok = 0; (c = *pattern++) != ']';) { in rangematch()
192 ok = 1; in rangematch()
194 ok = 1; in rangematch()
196 return (ok == negate ? NULL : pattern); in rangematch()
/PHP-7.4/Zend/tests/
H A Dunset_cv12.phpt8 echo "ok\n";
11 ok
H A Dbug43851.phpt9 echo "ok\n";
13 ok
H A Dclosure_028.phpt10 print "ok\n";
14 ok
H A Dbug29944.phpt9 return "ok\n";
15 ok
H A Dgc_025.phpt10 echo "ok\n"
13 ok
H A Dcall_static_006.phpt8 print "ok\n";
25 ok
28 ok
H A Dbug41633_1.phpt7 const B = "ok";
12 ok
H A Dbug48912.phpt13 echo "ok\n";
16 ok
H A Dgc_018.phpt11 echo "ok\n"
15 ok
H A Dbug32428.phpt10 echo "ok\n";
13 ok
H A Dgc_027.phpt12 echo "ok\n";
14 ok
H A Dbug34137.phpt5 $arr1 = array('a1' => array('alfa' => 'ok'));
10 -ok-
H A Dbug34358.phpt12 echo "ok\n";
15 ok
H A Dbug72216.phpt6 $a = ["ok"];
16 string(2) "ok"
/PHP-7.4/ext/mbstring/tests/
H A Dzend_multibyte-10.phpt11 echo "ok\n";
14 ok
/PHP-7.4/ext/spl/tests/
H A Dbug71617.phpt29 $test->setName('ok');
39 string(2) "ok"
42 string(2) "ok"
H A Dbug69227.phpt11 echo "ok";
14 ok
/PHP-7.4/ext/session/tests/
H A D001.phpt15 public $bar = "ok";
35 baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"
H A D022.phpt15 public $bar = "ok";
32 …ing(126) "baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}arr|a:1:{i:3;O:3:"foo":2:{s:3:…
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_error_code.phpt18 return ( $rc === $expected ? "ok" : "failed" ) . "\n";
46 ok
47 ok
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36614.phpt10 echo "ok\n";
13 ok
/PHP-7.4/tests/strings/
H A D001.phpt71 $tests = $ok = 0;
73 $tests++; if (substr($string, 2, 10) == "ring12345") { $ok++; }
74 $tests++; if (substr($string, 4, 7) == "ng12345") { $ok++; }
75 $tests++; if (substr($string, 4) == "ng12345") { $ok++; }
76 $tests++; if (substr($string, 10, 2) == "5") { $ok++; }
77 $tests++; if (substr($string, 6, 0) == "") { $ok++; }
78 $tests++; if (substr($string, -2, 2) == "45") { $ok++; }
79 $tests++; if (substr($string, 1, -1) == "tring1234") { $ok++; }
80 $tests++; if (substr($string, -1, -2) == "") { $ok++; }
81 $tests++; if (substr($string, -3, -2) == "3") { $ok++; }
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dbug68428-ipv6-allowed-clients.phpt29 $tester->checkRequest('127.0.0.1', 'IPv4: ok', 'IPv4: error');
30 $tester->checkRequest('[::1]', 'IPv6: ok', 'IPv6: error');
39 IPv6: ok

Completed in 40 milliseconds

12345678910>>...38