Home
last modified time | relevance | path

Searched refs:OK (Results 176 – 200 of 239) sorted by path

12345678910

/PHP-5.5/ext/standard/tests/serialize/
H A Dbug62373.phpt22 echo "OK\n";
25 OK
H A Dprecision.phpt32 echo "OK\n";
37 number: 0.00000000000000000e+0... OK
38 number: 2.00000000000000010e-4... OK
39 number: 2.00000000000000037e-4... OK
40 number: 2.22507385850720138e-308... OK
41 number: 2.22507385850720188e-308... OK
42 number: 1.79769313486231571e+308... OK
43 number: 1.79769313486231551e+308... OK
44 number: 4.94065645841246544e-324... OK
45 number: 9.88131291682493088e-324... OK
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dadd-and-stripslashes.phpt13 echo "OK\n";
20 Normal: OK
H A Dbug51059.phpt6 if ($res === b'*0' || $res === b'*1') echo 'OK';
7 else echo 'Not OK';
11 OK
H A Dbug62443.phpt7 echo "OK!";
9 OK!
H A Dcrypt_blowfish.phpt76 0. OK
77 1. OK
78 2. OK
79 3. OK
80 4. OK
81 5. OK
82 6. OK
83 7. OK
84 8. OK
85 9. OK
[all …]
H A Dcrypt_blowfish_variation1.phpt23 echo "$i. OK\n";
25 echo "$i. Not OK\n";
31 32. OK
32 33. OK
33 34. OK
34 35. OK
35 36. OK
36 37. OK
37 38. OK
H A Dcrypt_blowfish_variation2.phpt8 echo "OK\n";
10 echo "Not OK\n";
14 OK
H A Dtrim.phpt27 OK
H A Dwordwrap.phpt37 OK
/PHP-5.5/ext/wddx/tests/
H A D001-64bit.phpt5 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK" ?>
H A D001.phpt5 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK" ?>
H A Dbug27287.phpt16 echo "OK\n";
20 OK
H A Dbug34306.phpt10 echo "OK\n";
14 OK
/PHP-5.5/ext/xml/tests/
H A Dbug30266.phpt48 echo "OK\n";
52 OK
/PHP-5.5/ext/xsl/tests/
H A Dbug54446.phpt43 print "OK, no file created\n";
54 print "OK, file exists\n";
70 print "OK, no file created\n";
82 OK, no file created
83 OK, file exists
92 OK, no file created
H A Dbug54446_with_ini.phpt43 print "OK, no file created\n";
54 print "OK, file exists\n";
70 print "OK, no file created\n";
81 print "OK, no file created\n";
90 print "OK, file exists\n";
106 OK, no file created
109 OK, file exists
118 OK, no file created
131 OK, no file created
132 OK, file exists
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt40 echo "OK";
54 OK
H A Doo_open.phpt36 echo "OK\n";
46 OK
H A Dzip_close.phpt13 echo "OK";
17 OK
H A Dzip_entry_open.phpt12 echo zip_entry_open($zip, $entry, "r") ? "OK" : "Failure";
18 OK
H A Dzip_open.phpt12 echo is_resource($zip) ? "OK" : "Failure";
16 OK
H A Dzip_open_error.phpt20 echo is_resource($zip) ? "OK" : "Failure";
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt27 echo "OK: Copy identical\n";
36 OK: Copy identical
H A Dzlib_scheme_copy_variation1.phpt28 echo "OK: Copy identical\n";
37 OK: Copy identical

Completed in 50 milliseconds

12345678910