Home
last modified time | relevance | path

Searched refs:status (Results 251 – 275 of 375) sorted by relevance

1...<<1112131415

/php-src/ext/opcache/tests/
H A Dgh9164.phpt30 pcntl_wait($status);
/php-src/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/php-src/ext/curl/tests/
H A Dbug76675.phpt37 $status = curl_multi_exec($mh, $active);
H A Dcurl_pushfunction_trampoline.phpt41 $status = curl_multi_exec($mh, $active);
/php-src/sapi/fpm/tests/
H A Dgh9921-php-value-ext-mod-handlers.phpt20 pm.status_path = /status
/php-src/ext/sysvsem/tests/
H A Dnowait.phpt77 $status = null;
78 pcntl_waitpid($pid, $status);
/php-src/Zend/asm/
H A Djump_i386_ms_pe_masm.asm32 ; save MMX control- and status-word
73 ; restore MMX control- and status-word
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt17 pcntl_wait($status);
/php-src/ext/zip/tests/
H A Doo_rename.phpt22 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_delete.phpt21 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addglob2.phpt43 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addpattern.phpt39 if ($zip->status == ZIPARCHIVE::ER_OK) {
/php-src/Zend/
H A Dzend_fibers.h93 zend_fiber_status status; member
H A Dzend_builtin_functions.c139 zend_gc_status status; in ZEND_FUNCTION() local
143 zend_gc_get_status(&status); in ZEND_FUNCTION()
147 add_assoc_bool_ex(return_value, "running", sizeof("running")-1, status.active); in ZEND_FUNCTION()
148 add_assoc_bool_ex(return_value, "protected", sizeof("protected")-1, status.gc_protected); in ZEND_FUNCTION()
149 add_assoc_bool_ex(return_value, "full", sizeof("full")-1, status.full); in ZEND_FUNCTION()
150 add_assoc_long_ex(return_value, "runs", sizeof("runs")-1, (long)status.runs); in ZEND_FUNCTION()
151 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
152 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
153 add_assoc_long_ex(return_value, "buffer_size", sizeof("buffer_size")-1, (long)status.buf_size); in ZEND_FUNCTION()
154 add_assoc_long_ex(return_value, "roots", sizeof("roots")-1, (long)status.num_roots); in ZEND_FUNCTION()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dstyle_element.c76 return css->parser->status; in lxb_html_style_element_parse()
/php-src/ext/pcntl/
H A Dpcntl_arginfo.h9 ZEND_ARG_INFO(1, status)
15 ZEND_ARG_INFO(1, status)
58 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
65 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
72 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h55 int status; member
/php-src/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-src/sapi/fpm/fpm/
H A Dfpm_conf.c964 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
966 if (*status != '/') { in fpm_conf_process_all_pools()
967 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
971 if (!wp->config->pm_status_listen && !wp->shared && strlen(status) < 2) { in fpm_conf_process_all_pools()
972 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
976 for (i = 0; i < strlen(status); i++) { in fpm_conf_process_all_pools()
977 …if (!isalnum(status[i]) && status[i] != '/' && status[i] != '-' && status[i] != '_' && status[i] !… in fpm_conf_process_all_pools()
978 …path '%s' must contain only the following characters '[alphanum]/_-.~'", wp->config->name, status); in fpm_conf_process_all_pools()
/php-src/Zend/tests/fibers/
H A Dfiber-status.phpt2 Fiber status methods
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselectors.h33 bool status; member
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h108 lxb_status_t status; member
/php-src/sapi/apache2handler/
H A Dphp_functions.c89 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
135 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
138 ADD_LONG(status); in PHP_FUNCTION()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt21 // stmt object status test
49 // stmt object status test
75 // stmt object status test
/php-src/ext/dom/
H A Dhtml5_parser.c315 lexbor_libxml2_bridge_status status = lexbor_libxml2_bridge_convert( in lexbor_libxml2_bridge_convert_document() local
322 if (status != LEXBOR_LIBXML2_BRIDGE_STATUS_OK) { in lexbor_libxml2_bridge_convert_document()
324 return status; in lexbor_libxml2_bridge_convert_document()

Completed in 56 milliseconds

1...<<1112131415