Searched refs:OK (Results 26 – 50 of 220) sorted by relevance
123456789
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_strcut.phpt | 20 ($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 D | mb_substr.phpt | 22 ($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.4/sapi/cli/tests/ |
H A D | bug43177.phpt | 15 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.4/ext/date/tests/ |
H A D | big_year.phpt | 4 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?> 13 echo "OK\n"; 17 OK
|
/PHP-5.4/tests/run-test/ |
H A D | test007.phpt | 29 print "OK\n"; 57 OK 58 OK 59 OK 60 OK
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | bug35229.phpt | 7 echo "OK\n"; 29 OK 30 OK
|
/PHP-5.4/tests/classes/ |
H A D | __set__get_001.phpt | 29 echo "OK!\n"; 32 echo "Not OK!\n"; 51 OK! 55 OK! 59 Not OK!
|
/PHP-5.4/ext/com_dotnet/tests/ |
H A D | 27974.phpt | 26 echo "Got BADINDEX exception OK!\n"; 28 echo "OK!"; 42 Got BADINDEX exception OK! 43 OK!
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | crypt_blowfish_variation2.phpt | 8 echo "OK\n"; 10 echo "Not OK\n"; 14 OK
|
H A D | bug62443.phpt | 7 echo "OK!"; 9 OK!
|
/PHP-5.4/ext/oci8/tests/ |
H A D | drcp_characterset.phpt | 34 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 D | password.phpt | 44 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 D | password_2.phpt | 43 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.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_fetch_fields_win32_unicode.phpt | 36 print "OK: 1\n"; 39 print "OK: 2\n"; 54 OK: 1 55 OK: 2
|
/PHP-5.4/ext/xsl/tests/ |
H A D | bug54446_with_ini.phpt | 43 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.4/ext/standard/tests/math/ |
H A D | bug21523.phpt | 8 echo "OK"; 12 OK
|
/PHP-5.4/ext/zip/tests/ |
H A D | zip_open.phpt | 12 echo is_resource($zip) ? "OK" : "Failure"; 16 OK
|
H A D | zip_close.phpt | 13 echo "OK"; 17 OK
|
/PHP-5.4/ext/enchant/tests/ |
H A D | broker_init.phpt | 11 echo is_resource($broker) ? "OK" : "Failure"; 15 OK
|
/PHP-5.4/ext/dom/tests/ |
H A D | bug38438.phpt | 9 echo "OK\n"; 13 OK
|
/PHP-5.4/ext/session/tests/ |
H A D | bug66827.phpt | 10 echo 'OK'; 12 OK
|
/PHP-5.4/ext/wddx/tests/ |
H A D | bug34306.phpt | 10 echo "OK\n"; 14 OK
|
/PHP-5.4/ext/pgsql/tests/ |
H A D | 9999dropdb.phpt | 14 echo "OK"; 18 OK
|
H A D | 20pg_get_pid.phpt | 14 is_integer($pid) ? print 'OK' : print 'NG'; 17 OK
|
/PHP-5.4/Zend/tests/traits/ |
H A D | interface_001.phpt | 21 print "OK\n"; 25 OK
|
Completed in 25 milliseconds
123456789