Home
last modified time | relevance | path

Searched refs:status (Results 176 – 200 of 271) sorted by relevance

1234567891011

/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c465 apache_request_int_slot(offsetof(request_rec, status), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
934 long status; in PHP_FUNCTION() local
948 status = ap_get_basic_auth_pw(r, &pw); in PHP_FUNCTION()
949 if (status == OK && pw) { in PHP_FUNCTION()
954 RETURN_LONG(status); in PHP_FUNCTION()
1237 int status; in PHP_FUNCTION() local
1247 status = ap_run_sub_req(r); in PHP_FUNCTION()
1249 RETURN_LONG(status); in PHP_FUNCTION()
1325 PHP_FALIAS(status, apache_request_status, NULL)
1730 if (rr->status != 200) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h49 int status; member
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1187 int color = 0, effective_status = status; in php_cli_server_log_response()
1198 if (status == 200) { in php_cli_server_log_response()
1922 const char *status_string = get_status_string(status); in php_cli_server_send_error_page()
1923 const char *content_template = get_template_string(status); in php_cli_server_send_error_page()
1978 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_send_error_page()
1998 php_cli_server_log_response(client, status, errstr ? errstr : "?" TSRMLS_CC); in php_cli_server_send_error_page()
2039 int status = 200; in php_cli_server_begin_send_static() local
2063 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_begin_send_static()
2360 int status = php_cli_server_client_read_request(client, &errstr TSRMLS_CC); in php_cli_server_recv_event_read_request() local
2361 if (status < 0) { in php_cli_server_recv_event_read_request()
[all …]
/PHP-5.5/ext/zip/tests/
H A Doo_delete.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_setcomment.phpt37 if (!$zip->status == ZIPARCHIVE::ER_OK) {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c262 int status; in fpm_socket_af_inet_listening_socket() local
301 if ((status = getaddrinfo(addr, port_str, &hints, &servinfo)) != 0) { in fpm_socket_af_inet_listening_socket()
302 zlog(ZLOG_ERROR, "getaddrinfo: %s\n", gai_strerror(status)); in fpm_socket_af_inet_listening_socket()
/PHP-5.5/
H A Dserver-tests.php311 if (preg_match("/^HTTP\/1\.. (\d+).*/s",$match[1],$status) && !$status[1]) {
312 $this->errmsg = "HTTP Response $status[1] Not Found";
323 $this->response_headers['Status']=$status[1];
605 function showstatus($item, $status, $reason = '') { argument
607 switch($status) {
990 $status = "failed";
992 $status = "success";
1033 … !post_result_data("status=$status&version=".urlencode(TESTED_PHP_VERSION),$failed_tests_data)) {
H A DREADME.TESTING94 test name or the file name. You can check the status of such a bug, by
112 Normally, the exit status of "make test" is zero, regardless of the results
114 and "make test" will set the exit status ("$?") to non-zero, when an
145 NOTE: the exit status of run-tests.php will be 1 when
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
125 …p-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt35 // stmt object status test
60 // stmt object status test
83 // stmt object status test
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c87 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
133 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
136 ADD_LONG(status); in PHP_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1438 } status; in php_sybase_query() local
1530 status = Q_FAILURE; in php_sybase_query()
1545 status = Q_SUCCESS; in php_sybase_query()
1557 status = Q_RESULT; in php_sybase_query()
1570 status = Q_FAILURE; in php_sybase_query()
1584 status = Q_RESULT; in php_sybase_query()
1597 status = Q_FAILURE; in php_sybase_query()
1600 if (status == Q_FAILURE) { in php_sybase_query()
1626 status = Q_FAILURE; in php_sybase_query()
1656 if (status == Q_SUCCESS) { in php_sybase_query()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_libmysql.h32 #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RES…
H A Dmysqli_priv.h78 extern void php_mysqli_report_index(const char *query, unsigned int status TSRMLS_DC);
H A Dmysqli_driver.c138 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in MAP_PROPERTY_MYG_BOOL_READ()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c593 state->status=THREAD_RUNNING; in php_caudium_module_main()
604 state->status=THREAD_RUNNING; in php_caudium_module_main()
671 state->status=THREAD_EXITED; in php_caudium_module_main()
677 state->status=THREAD_EXITED; in php_caudium_module_main()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c496 int status = NS_OK; in php_ns_request_handler() local
505 status = php_ns_module_main(TSRMLS_C); in php_ns_request_handler()
509 return status; in php_ns_request_handler()
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt86 pcntl_waitpid($pid, $status);
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc89 pcntl_waitpid($pid, $status);
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m429 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
110 dnl When config.status generates a header, we must update the stamp-h file.
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp180 UErrorCode status = U_ZERO_ERROR; /* outside_error may be NULL */ in timezone_process_timezone_argument() local
183 &status) == FAILURE) { in timezone_process_timezone_argument()
187 intl_errors_set(outside_error, status, message, 1 TSRMLS_CC); in timezone_process_timezone_argument()
/PHP-5.5/sapi/roxen/
H A Droxen.c613 int status = 1; in f_php_roxen_request_handler() local
666 status = php_roxen_module_main(TSRMLS_C); in f_php_roxen_request_handler()
672 push_int(status); in f_php_roxen_request_handler()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c150 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
266 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
404 SG(sapi_headers).http_response_code = !f->r->status ? HTTP_OK : f->r->status; in php_apache_request_ctor()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch260 hc->status = status;
276 - hc->protocol, status, title, EXPOSED_SERVER_SOFTWARE, fixed_type,
298 + smart_str_append_long(&s, status);
381 - send_mime( hc, status, title, "", extraheads, "text/html", -1, 0 );
385 status, title, status, title );
399 - send_mime( hc, status, title, "", extraheads, "text/html", -1, 0 );
443 + hc->status = 0;
531 - hc->status = 0;
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
[all …]

Completed in 66 milliseconds

1234567891011