Home
last modified time | relevance | path

Searched refs:status (Results 126 – 150 of 215) sorted by relevance

123456789

/PHP-5.3/
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
/PHP-5.3/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.3/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
H A D002.phpt47 pcntl_waitpid($pid, $status);
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h49 int status; member
/PHP-5.3/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.3/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.h73 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.3/ext/standard/
H A Dhtml.c489 *status = FAILURE; \
497 *status = FAILURE; \
503 *status = FAILURE; \
516 int *status) in get_next_char() argument
524 *status = SUCCESS; in get_next_char()
1141 int status = SUCCESS; in php_escape_html_entities_ex() local
1142 unsigned int this_char = get_next_char(charset, old, oldlen, &i, mbsequence, &mbseqlen, &status); in php_escape_html_entities_ex()
1144 if(status == FAILURE) { in php_escape_html_entities_ex()
H A Dimage.c202 int slength, status=0; in php_handle_swc() local
231 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()
232 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
238 if (status == Z_OK) { in php_handle_swc()
247 if (!status) { in php_handle_swc()
/PHP-5.3/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.3/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.3/ext/sybase_ct/
H A Dphp_sybase_ct.c1439 } status; in php_sybase_query() local
1531 status = Q_FAILURE; in php_sybase_query()
1546 status = Q_SUCCESS; in php_sybase_query()
1558 status = Q_RESULT; in php_sybase_query()
1571 status = Q_FAILURE; in php_sybase_query()
1585 status = Q_RESULT; in php_sybase_query()
1598 status = Q_FAILURE; in php_sybase_query()
1601 if (status == Q_FAILURE) { in php_sybase_query()
1627 status = Q_FAILURE; in php_sybase_query()
1657 if (status == Q_SUCCESS) { in php_sybase_query()
[all …]
/PHP-5.3/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.3/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.3/ext/openssl/tests/
H A Dbug48182.phpt86 pcntl_waitpid($pid, $status);
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc89 pcntl_waitpid($pid, $status);
/PHP-5.3/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.3/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.3/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()
405 SG(sapi_headers).http_response_code = !f->r->status ? HTTP_OK : f->r->status; in php_apache_request_ctor()
/PHP-5.3/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 …]
/PHP-5.3/ext/pgsql/
H A Dpgsql.c1567 ExecStatusType status; local
1612 switch (status) {
1669 ExecStatusType status; local
1752 switch (status) {
1790 ExecStatusType status; local
1835 switch (status) {
1876 ExecStatusType status; local
1959 switch (status) {
3755 ExecStatusType status; local
3797 switch (status) {
[all …]

Completed in 75 milliseconds

123456789