Home
last modified time | relevance | path

Searched refs:status (Results 151 – 175 of 278) sorted by relevance

12345678910>>...12

/PHP-5.6/ext/zip/tests/
H A Dbug38943.phpt40 ["status"]=>
H A Doo_addfile.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Dbug64342_1.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
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_rename.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
/PHP-5.6/sapi/fpm/
H A Dinit.d.php-fpm.in94 status)
/PHP-5.6/ext/sysvsem/tests/
H A Dnowait.phpt56 $status = null;
57 pcntl_waitpid($pid, $status);
/PHP-5.6/ext/ftp/tests/
H A Dbug39583-2.phpt22 // check upload status
H A Dbug39583.phpt23 // check upload status
/PHP-5.6/ext/standard/
H A Dhtml.h60 …gned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, int *status);
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()
1171 int status = SUCCESS; in find_entity_for_char() local
1177 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1179 if (status == FAILURE) in find_entity_for_char()
1286 int status = SUCCESS; in php_escape_html_entities_ex() local
1287 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
[all …]
/PHP-5.6/ext/pgsql/tests/
H A D29nb_async_connect.phpt24 switch ($status = pg_connect_poll($db)) {
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h46 int status; member
/PHP-5.6/sapi/apache2handler/
H A Dsapi_apache2.c159 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
308 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
476 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
640 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()
/PHP-5.6/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
/PHP-5.6/sapi/apache2filter/
H A Dphp_functions.c75 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
113 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
116 ADD_LONG(status); in PHP_FUNCTION()
/PHP-5.6/ext/intl/transliterator/
H A Dtransliterator_class.c35 UErrorCode *status TSRMLS_DC ) in transliterator_object_construct()
52 intl_convert_utf16_to_utf8( &str_id, &str_id_len, ustr_id, (int ) ustr_id_len, status ); in transliterator_object_construct()
53 if( U_FAILURE( *status ) ) in transliterator_object_construct()
/PHP-5.6/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/PHP-5.6/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-5.6/ext/mysqli/
H A Dmysqli_nonapi.c148 (mysqli_resource->status > MYSQLI_STATUS_INITIALIZED))
151 php_mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT, mysqli_resource->status TSRMLS_CC);
274 mysqli_resource->status = MYSQLI_STATUS_VALID;
647 mysqli_resource->status = MYSQLI_STATUS_VALID;
681 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
892 mysqli_resource->status = MYSQLI_STATUS_VALID;
919 mysqli_resource->status = MYSQLI_STATUS_VALID;
950 mysqli_resource->status = MYSQLI_STATUS_VALID;
976 mysqli_resource->status = MYSQLI_STATUS_VALID;
/PHP-5.6/ext/json/
H A Djson.c375 int j, status; in json_utf8_to_utf16() local
380 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
381 if (status != SUCCESS) { in json_utf8_to_utf16()
396 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
397 if (status != SUCCESS) { in json_utf8_to_utf16()

Completed in 44 milliseconds

12345678910>>...12