Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/zip/tests/
H A Ddoubleclose.phpt23 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_getnameindex.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_open.phpt35 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_namelocate.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addglob.phpt31 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addpattern.phpt31 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_rename.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_delete.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
/PHP-7.2/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
/PHP-7.2/ext/standard/
H A Dhtml.c68 *status = FAILURE; \
106 int *status) in get_next_char() argument
111 *status = SUCCESS; in get_next_char()
367 int *status) in php_next_utf8_char() argument
369 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char()
1167 int status = SUCCESS; in find_entity_for_char() local
1173 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1175 if (status == FAILURE) in find_entity_for_char()
1278 int status = SUCCESS; in php_escape_html_entities_ex() local
1279 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
[all …]
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt26 "status" character varying(64) NOT NULL,
44 …"group_id\", \"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \…
/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/PHP-7.2/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
/PHP-7.2/sapi/fpm/fpm/
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.2/ext/soap/interop/
H A Ddatabase_round2.sql23 status int(11) NOT NULL default '1',
/PHP-7.2/ext/curl/tests/
H A Dbug76675.phpt37 $status = curl_multi_exec($mh, $active);
/PHP-7.2/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",
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c620 filter->status = 0; in mbfl_filt_conv_common_ctor()
626 filter->status = 0; in mbfl_filt_conv_common_flush()
637 filter->status = 0; in mbfl_filt_conv_common_dtor()
H A Dmbfl_convert.h49 int status; member
/PHP-7.2/
H A Dserver-tests.php303 if (preg_match("/^HTTP\/1\.. (\d+).*/s",$match[1],$status) && !$status[1]) {
304 $this->errmsg = "HTTP Response $status[1] Not Found";
315 $this->response_headers['Status']=$status[1];
595 function showstatus($item, $status, $reason = '') { argument
597 switch($status) {
977 $status = "failed";
979 $status = "success";
1020 … !post_result_data("status=$status&version=".urlencode(TESTED_PHP_VERSION),$failed_tests_data)) {
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c148 (mysqli_resource->status > MYSQLI_STATUS_INITIALIZED))
151 php_mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT, mysqli_resource->status);
325 mysqli_resource->status = MYSQLI_STATUS_VALID;
684 mysqli_resource->status = MYSQLI_STATUS_VALID;
715 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
908 mysqli_resource->status = MYSQLI_STATUS_VALID;
934 mysqli_resource->status = MYSQLI_STATUS_VALID;
964 mysqli_resource->status = MYSQLI_STATUS_VALID;
989 mysqli_resource->status = MYSQLI_STATUS_VALID;
/PHP-7.2/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.2/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.2/sapi/cli/
H A Dphp_cli_server.c1090 int color = 0, effective_status = status; in php_cli_server_log_response()
1101 if (status == 200) { in php_cli_server_log_response()
1880 const char *status_string = get_status_string(status); in php_cli_server_send_error_page()
1881 const char *content_template = get_template_string(status); in php_cli_server_send_error_page()
1936 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_send_error_page()
1956 php_cli_server_log_response(client, status, errstr ? errstr : "?"); in php_cli_server_send_error_page()
1997 int status = 200; in php_cli_server_begin_send_static() local
2036 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_begin_send_static()
2362 int status = php_cli_server_client_read_request(client, &errstr); in php_cli_server_recv_event_read_request() local
2363 if (status < 0) { in php_cli_server_recv_event_read_request()
[all …]

Completed in 86 milliseconds

12345678910>>...12