Home
last modified time | relevance | path

Searched refs:OK (Results 326 – 350 of 403) sorted by relevance

1...<<11121314151617

/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_017.phpt33 HTTP/1.1 200 OK
H A Dbug65633.phpt34 HTTP/1.1 200 OK
H A Dphp_cli_server_022.phpt36 HTTP/1.1 200 OK
H A Dbug73630.phpt37 HTTP/1.1 200 OK
H A Dbug66606_2.phpt34 HTTP/1.1 200 OK
H A Dbug70470.phpt30 HTTP/1.1 200 OK
H A Dphp_cli_server_004.phpt34 HTTP/1.1 200 OK
H A Dphp_cli_server_012.phpt36 HTTP/1.1 200 OK
H A Dphp_cli_server_021.phpt28 HTTP/1.1 200 OK
/PHP-8.2/ext/zip/tests/
H A Dzip_open_error.phpt19 echo is_resource($zip) ? "OK" : "Failure";
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt39 echo "Msg sent OK\n";
78 echo "TEST PASSED: Msgs sent and deleted OK\n";
H A Dmail_variation_alt1-win32.phpt40 echo "Msg sent OK\n";
79 echo "TEST PASSED: Msgs sent and deleted OK\n";
H A Dmail_variation_alt2-win32.phpt40 echo "Msg sent OK\n";
79 echo "TEST PASSED: Msgs sent and deleted OK\n";
/PHP-8.2/ext/pgsql/tests/
H A D26async_query_prepared.phpt105 echo "OK";
108 OK
/PHP-8.2/Zend/tests/
H A Dbug70121.phpt7 OK
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_type_juggling.phpt108 bind_param('ii', '1', '2') --> OK (int column, string value)
109 bind_param('ii', 1, 2) --> OK (int column, int value)
111 bind_param('ss', 1, 2) --> OK (string column, int value)
/PHP-8.2/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 …TION. Different test servers might return different sets of headers. Just test for HTTP/1.1 200 OK.
/PHP-8.2/ext/standard/tests/http/
H A Dbug79265.phpt12 "data://text/plain,HTTP/1.1 200 OK\r\n\r\n",
H A Dbug79265_2.phpt12 "data://text/plain,HTTP/1.1 200 OK\r\n\r\n",
H A Dgh15034.phpt16 "data://text/plain,HTTP/1.1 200 OK\r\n"
H A Dbug53198.phpt15 "data://text/plain,HTTP/1.1 200 OK\r\n\r\n",
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt13 return SQLite3::OK;
42 return SQLITE3::OK;
/PHP-8.2/ext/reflection/tests/
H A Dbug42976.phpt13 new C($x); // OK
/PHP-8.2/ext/standard/tests/network/
H A Dsetcookie.phpt69 ? 'OK'
75 OK
/PHP-8.2/ext/ftp/tests/
H A Dserver.inc90 fputs($s, "200 OK\r\n");
98 fputs($s, "200 OK\r\n");
175 fputs($s, "200 OK\r\n");
183 fputs($s, "200 OK\r\n");
192 fputs($s, "200 OK.\r\n");
301 fputs($s, "257 OK.\r\n");
436 fputs($s, "200 OK\r\n");
439 fputs($s, "250 OK\r\n");
442 fputs($s, "200 OK\r\n");
480 fputs($s, "350 OK\r\n");

Completed in 26 milliseconds

1...<<11121314151617