Home
last modified time | relevance | path

Searched refs:OK (Results 26 – 50 of 239) sorted by relevance

12345678910

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strcut.phpt20 ($str === false) ? print "OK\n" : print "NG: $str\n";
23 ($str !== "") ? print "OK: $str\n" : print "NG:\n";
31 OK
32 OK: 0123����ʸ
H A Dmb_substr.phpt22 ($str === "") ? print "3 OK\n" : print "NG: ".bin2hex($str)."\n";
25 ($str !== "") ? print "4 OK: ".bin2hex($str)."\n" : print "NG: ".bin2hex($str)."\n";
32 3 OK
33 4 OK: 30313233a4b3a4cecab8bbfacef3a4cf
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt15 echo "OK\n";
19 echo "OK\n";
23 echo "OK\n";
27 echo "OK\n";
59 HTTP/1.1 200 OK
65 OK
/PHP-5.5/ext/date/tests/
H A Dbig_year.phpt4 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
13 echo "OK\n";
17 OK
/PHP-5.5/tests/run-test/
H A Dtest007.phpt29 print "OK\n";
57 OK
58 OK
59 OK
60 OK
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug35229.phpt7 echo "OK\n";
29 OK
30 OK
/PHP-5.5/ext/com_dotnet/tests/
H A D27974.phpt26 echo "Got BADINDEX exception OK!\n";
28 echo "OK!";
42 Got BADINDEX exception OK!
43 OK!
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt29 echo "OK!\n";
32 echo "Not OK!\n";
51 OK!
55 OK!
59 Not OK!
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug68371.phpt52 echo "OK\n";
70 OK
71 OK
73 OK
74 OK
76 OK
77 OK
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_blowfish_variation2.phpt8 echo "OK\n";
10 echo "Not OK\n";
14 OK
H A Dbug62443.phpt7 echo "OK!";
9 OK!
/PHP-5.5/ext/json/tests/
H A Dbug62369.phpt16 echo 'OK'.PHP_EOL;
26 echo 'OK'.PHP_EOL;
33 OK
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_characterset.phpt34 echo "First and third connections share a resource: NOT OK\n";
36 echo "First and third connections are different: OK\n";
42 echo "Second and fourth connections share a resource: NOT OK\n";
44 echo "Second and fourth connections are different: OK\n";
59 First and third connections are different: OK
60 Second and fourth connections are different: OK
H A Dpassword.phpt44 echo "First and second connections share a resource: Not OK\n";
48 echo "First and second connections are different: OK\n";
53 echo "First and third connections share a resource: OK\n";
56 echo "First and third connections are different: Not OK\n";
80 First and second connections are different: OK
81 First and third connections share a resource: OK
H A Dpassword_2.phpt43 echo "First and second connections share a resource: Not OK\n";
47 echo "First and second connections are different: OK\n";
52 echo "First and third connections share a resource: OK\n";
55 echo "First and third connections are different: Not OK\n";
79 First and second connections are different: OK
80 First and third connections share a resource: OK
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt36 print "OK: 1\n";
39 print "OK: 2\n";
54 OK: 1
55 OK: 2
/PHP-5.5/ext/opcache/tests/
H A Dissue0149.phpt15 echo 'OK\n';
33 OK
34 OK
35 OK
/PHP-5.5/ext/standard/tests/math/
H A Dbug21523.phpt8 echo "OK";
12 OK
/PHP-5.5/ext/xsl/tests/
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/enchant/tests/
H A Dbroker_init.phpt11 echo is_resource($broker) ? "OK" : "Failure";
15 OK
/PHP-5.5/ext/zip/tests/
H A Dzip_open.phpt12 echo is_resource($zip) ? "OK" : "Failure";
16 OK
/PHP-5.5/ext/session/tests/
H A Dbug66827.phpt10 echo 'OK';
12 OK
/PHP-5.5/ext/dom/tests/
H A Dbug38438.phpt9 echo "OK\n";
13 OK
/PHP-5.5/ext/wddx/tests/
H A Dbug34306.phpt10 echo "OK\n";
14 OK
/PHP-5.5/ext/pgsql/tests/
H A D9999dropdb.phpt14 echo "OK";
18 OK

Completed in 49 milliseconds

12345678910