Home
last modified time | relevance | path

Searched refs:OK (Results 351 – 375 of 403) sorted by relevance

1...<<11121314151617

/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_005.phpt46 HTTP/1.1 200 OK
H A Dphp_cli_server_019.phpt37 HTTP/1.1 200 OK
H A Dphp_cli_server_015.phpt36 HTTP/1.1 200 OK
H A Dphp_cli_server_014.phpt56 HTTP/1.1 200 OK
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_77863.phpt111 echo "OK\n";
139 OK
H A Dbug_53280.phpt25 $rows = $stmth2->fetchAll(); // <------ OK
/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt14 var_dump(mb_ereg_search_setpos(50)); // OK
H A Dmb_decode_numericentity.phpt50 echo "10: " . bin2hex(mb_decode_numericentity('&#0000000000', $convmap)), "\n"; // OK
51 echo "11: " . bin2hex(mb_decode_numericentity('&#000000000', $convmap)), "\n"; // OK
53 echo "11b: " . bin2hex(mb_decode_numericentity('&#x0000000', $convmap)), "\n"; // OK
54 echo "11c: " . bin2hex(mb_decode_numericentity('&#x00000000', $convmap)), "\n"; // OK
55 echo "11d: " . bin2hex(mb_decode_numericentity('&#x10000', $convmap)), "\n"; // OK
/PHP-8.2/ext/soap/tests/
H A Dbug47021.phpt35 "data://text/plain,HTTP/1.1 200 OK\r\n".
41 "data://text/plain,HTTP/1.1 200 OK\r\n".
/PHP-8.2/ext/pgsql/tests/
H A D28large_object_import_oid.phpt85 echo "OK";
111 OK
H A D03sync_query.phpt135 echo "OK";
152 OK
H A D05large_object.phpt104 echo "OK";
135 OK
/PHP-8.2/ext/openssl/tests/
H A Dstreams_crypto_method.phpt29 $response = "HTTP/1.0 200 OK\r\n"
H A Dbug65538_001.phpt30 $response = "HTTP/1.0 200 OK\r\n"
H A Dbug65538_003.phpt35 $response = "HTTP/1.0 200 OK\r\n"
/PHP-8.2/ext/standard/tests/http/
H A Dbug48929.phpt16 "data://text/plain,HTTP/1.1 200 OK\r\n\r\n",
H A Dbug38802.phpt16 yield "data://text/plain,HTTP/1.1 200 OK\r\n\r\ndone.";
88 string(15) "HTTP/1.1 200 OK"
/PHP-8.2/ext/standard/tests/network/
H A Dnews.rss1 HTTP/1.1 200 OK
/PHP-8.2/ext/dom/tests/
H A Dbug38474.phpt2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug47925.phpt28 …$server_response = "data://text/xml;base64," . base64_encode("HTTP/1.1 200 OK\r\nConnection: close…
/PHP-8.2/ext/mysqli/tests/
H A Dbug48909.phpt30 $bvar is null, b is for BLOB - any error like this should be OK:
/PHP-8.2/ext/standard/tests/file/
H A Duserstreams.phpt281 echo "SEEK: OK\n";
309 echo "FGETS: OK\n";
326 SEEK: OK
327 FGETS: OK
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c461 return OK; in php_pre_config()
480 return OK; in php_apache_server_startup()
503 return OK; in php_apache_server_startup()
743 return OK; in php_handler()
/PHP-8.2/ext/standard/tests/image/
H A Diptcembed_002.phpt105 if ($error==0) { echo "OK".PHP_EOL;exit(0);}
110 OK
/PHP-8.2/ext/soap/tests/soap12/
H A Dsoap12-test.inc119 return "OK";

Completed in 37 milliseconds

1...<<11121314151617