Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/Zend/
H A Dzend_gc.h48 ZEND_API void zend_gc_get_status(zend_gc_status *status);
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
/PHP-7.4/ext/zip/tests/
H A Doo_getnameindex.phpt24 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_open.phpt34 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_namelocate.phpt24 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addfile.phpt26 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addpattern.phpt32 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_rename.phpt24 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addglob.phpt31 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_delete.phpt23 if ($zip->status == ZIPARCHIVE::ER_OK) {
/PHP-7.4/ext/standard/
H A Dnet.c278 zval *unicast, *status; in PHP_FUNCTION()
298 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
299 if (!status) { in PHP_FUNCTION()
H A Dhtml.c64 *status = FAILURE; \
102 int *status) in get_next_char() argument
107 *status = SUCCESS; in get_next_char()
363 int *status) in php_next_utf8_char() argument
365 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char()
1120 int status = SUCCESS; in find_entity_for_char() local
1126 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1128 if (status == FAILURE) in find_entity_for_char()
1231 int status = SUCCESS; in php_escape_html_entities_ex() local
1232 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
[all …]
/PHP-7.4/
H A DREADME.md17 [![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/ph…
18 [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci…
19 [![Build Status](https://dev.azure.com/phpazuredevops/php/_apis/build/status/php.php-src?branchName…
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php280 $status = $fields[1];
281 if ($status == 'T') {
286 if ($status == 'C' || $status == 'S') {
295 } else if ($status == 'F') {
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c150 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
296 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
507 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
677 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c480 filter->status = 0; in mbfl_filt_conv_common_ctor()
486 filter->status = 0; in mbfl_filt_conv_common_flush()
497 filter->status = 0; in mbfl_filt_conv_common_dtor()
H A Dmbfl_convert.h49 int status; member
/PHP-7.4/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.4/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/PHP-7.4/ext/curl/tests/
H A Dbug76675.phpt37 $status = curl_multi_exec($mh, $active);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c865 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
867 if (*status != '/') { in fpm_conf_process_all_pools()
868 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
872 if (strlen(status) < 2) { in fpm_conf_process_all_pools()
873 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
877 for (i = 0; i < strlen(status); i++) { in fpm_conf_process_all_pools()
878 …if (!isalnum(status[i]) && status[i] != '/' && status[i] != '-' && status[i] != '_' && status[i] !… in fpm_conf_process_all_pools()
879 …path '%s' must contain only the following characters '[alphanum]/_-.~'", wp->config->name, status); in fpm_conf_process_all_pools()
/PHP-7.4/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.4/ext/pdo_oci/
H A Dphp_pdo_oci_int.h89 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini…

Completed in 52 milliseconds

12345678910>>...12