Home
last modified time | relevance | path

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

1234567891011

/PHP-7.0/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/PHP-7.0/ext/soap/interop/
H A Ddatabase_round2.sql23 status int(11) NOT NULL default '1',
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_sockets.c259 int status; in fpm_socket_af_inet_listening_socket() local
288 if ((status = getaddrinfo(addr, port_str, &hints, &servinfo)) != 0) { in fpm_socket_af_inet_listening_socket()
289 zlog(ZLOG_ERROR, "getaddrinfo: %s\n", gai_strerror(status)); in fpm_socket_af_inet_listening_socket()
H A Dfpm_conf.c863 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
865 if (*status != '/') { in fpm_conf_process_all_pools()
866 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
870 if (strlen(status) < 2) { in fpm_conf_process_all_pools()
871 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
875 for (i = 0; i < strlen(status); i++) { in fpm_conf_process_all_pools()
876 …if (!isalnum(status[i]) && status[i] != '/' && status[i] != '-' && status[i] != '_' && status[i] !… in fpm_conf_process_all_pools()
877 … path '%s' must contain only the following characters '[alphanum]/_-.'", wp->config->name, status); in fpm_conf_process_all_pools()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt33 // stmt object status test
40 // stmt object status test
94 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
H A Dmysqli_stmt_get_result.phpt35 // stmt object status test
60 // stmt object status test
83 // stmt object status test
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c606 filter->status = 0; in mbfl_filt_conv_common_ctor()
612 filter->status = 0; in mbfl_filt_conv_common_flush()
623 filter->status = 0; in mbfl_filt_conv_common_dtor()
H A Dmbfl_convert.h49 int status; member
/PHP-7.0/ext/pdo_oci/
H A Dphp_pdo_oci_int.h91 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini…
/PHP-7.0/ext/standard/tests/file/
H A Dfile.inc267 $status = create_file($filename, $mode);
271 if ($status == true) {
370 $status = symlink( $src_filename, $linkname);
372 if ($status) {
384 $status = link($src_filename, $linkname);
386 if ($status) {
475 $status = delete_file($filename);
476 if($status == true) {
478 } else if($status == file_not_found) {
/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1082 int color = 0, effective_status = status; in php_cli_server_log_response()
1093 if (status == 200) { in php_cli_server_log_response()
1894 const char *status_string = get_status_string(status); in php_cli_server_send_error_page()
1895 const char *content_template = get_template_string(status); in php_cli_server_send_error_page()
1950 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_send_error_page()
1970 php_cli_server_log_response(client, status, errstr ? errstr : "?"); in php_cli_server_send_error_page()
2011 int status = 200; in php_cli_server_begin_send_static() local
2048 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_begin_send_static()
2372 int status = php_cli_server_client_read_request(client, &errstr); in php_cli_server_recv_event_read_request() local
2373 if (status < 0) { in php_cli_server_recv_event_read_request()
[all …]
/PHP-7.0/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-7.0/ext/sysvsem/tests/
H A Dnowait.phpt80 $status = null;
81 pcntl_waitpid($pid, $status);
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c35 UErrorCode *status ) in transliterator_object_construct() argument
52 u8str = intl_convert_utf16_to_utf8(ustr_id, (int ) ustr_id_len, status ); in transliterator_object_construct()
/PHP-7.0/
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];
604 function showstatus($item, $status, $reason = '') { argument
606 switch($status) {
989 $status = "failed";
991 $status = "success";
1032 … !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
113 Normally, the exit status of "make test" is zero, regardless of the results
115 and "make test" will set the exit status ("$?") to non-zero, when an
146 NOTE: The exit status of run-tests.php will be 1 when
/PHP-7.0/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-7.0/ext/mysqli/
H A Dmysqli_driver.c131 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in MAP_PROPERTY_MYG_BOOL_READ()
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);
/PHP-7.0/ext/tidy/
H A Dtidy.c1090 int status; in PHP_INI_MH() local
1104 status = php_output_get_status(); in PHP_INI_MH()
1106 if (value && (status & PHP_OUTPUT_WRITTEN)) { in PHP_INI_MH()
1110 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()
1116 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
1124 return status; in PHP_INI_MH()
1154 int status = FAILURE; in php_tidy_output_handler() local
1168 return status; in php_tidy_output_handler()
1183 status = SUCCESS; in php_tidy_output_handler()
1191 return status; in php_tidy_output_handler()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp179 UErrorCode status = U_ZERO_ERROR; /* outside_error may be NULL */ in timezone_process_timezone_argument() local
182 &status) == FAILURE) { in timezone_process_timezone_argument()
186 intl_errors_set(outside_error, status, message, 1); in timezone_process_timezone_argument()

Completed in 65 milliseconds

1234567891011