Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/opcache/tests/
H A Dblacklist-win32.phpt21 $status = opcache_get_status();
22 print_r(count($status['scripts']) > 0);
H A Dblacklist.phpt29 $status = opcache_get_status();
30 print_r(count($status['scripts']));
/php-src/sapi/fpm/tests/
H A Dstatus-basic.phpt17 pm.status_path = /status
37 $tester->status($expectedStatusData);
/php-src/ext/pgsql/tests/
H A D29nb_async_connect.phpt26 switch ($status = pg_connect_poll($db)) {
38 die("unknown poll status");
/php-src/ext/curl/tests/
H A Dbug77946.phpt19 $status = curl_multi_exec($mh, $active);
26 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_multi_info_read.phpt22 $status = curl_multi_exec($mh, $active);
23 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_pause_001.phpt36 $status = curl_multi_exec($mh, $active);
42 } while ($active && $status == CURLM_OK);
H A Dcurl_copy_handle_variation4.phpt28 $status = curl_multi_exec($mh, $active);
32 } while ($active && $status == CURLM_OK);
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c337 filter->status = 0x10; in mbfl_filt_conv_utf8_wchar()
370 filter->status++; in mbfl_filt_conv_utf8_wchar()
385 filter->status++; in mbfl_filt_conv_utf8_wchar()
394 filter->status++; in mbfl_filt_conv_utf8_wchar()
409 if (filter->status) { in mbfl_filt_conv_utf8_wchar_flush()
411 filter->status = 0; in mbfl_filt_conv_utf8_wchar_flush()
610 filter->status = 0; in mbfl_filt_conv_utf8_mobile_wchar()
644 filter->status++; in mbfl_filt_conv_utf8_mobile_wchar()
660 filter->status++; in mbfl_filt_conv_utf8_mobile_wchar()
670 filter->status++; in mbfl_filt_conv_utf8_mobile_wchar()
[all …]
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.h22 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
37 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
/php-src/ext/zip/tests/
H A Doo_archive_flag.phpt15 var_dump($zip->setArchiveFlag(ZipArchive::AFL_RDONLY, 1), $zip->status === ZipArchive::ER_OK);
22 var_dump($zip->setArchiveFlag(ZipArchive::AFL_RDONLY, 0), $zip->status !== ZipArchive::ER_OK);
H A Doo_addfile_proc.phpt27 if ($zip->status == ZIPARCHIVE::ER_OK) {
33 var_dump($zip->status);
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmraw.c40 lxb_status_t status; in lexbor_mraw_init() local
53 status = lexbor_mem_init(mraw->mem, chunk_size + lexbor_mraw_meta_size()); in lexbor_mraw_init()
54 if (status) { in lexbor_mraw_init()
55 return status; in lexbor_mraw_init()
65 status = lexbor_bst_init(mraw->cache, 512); in lexbor_mraw_init()
66 if (status) { in lexbor_mraw_init()
67 return status; in lexbor_mraw_init()
H A Dhash.c122 lxb_status_t status; in lexbor_hash_init() local
138 status = lexbor_dobject_init(hash->entries, chunk_size, struct_size); in lexbor_hash_init()
139 if (status != LXB_STATUS_OK) { in lexbor_hash_init()
140 return status; in lexbor_hash_init()
144 status = lexbor_mraw_init(hash->mraw, chunk_size * 12); in lexbor_hash_init()
145 if (status != LXB_STATUS_OK) { in lexbor_hash_init()
146 return status; in lexbor_hash_init()
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c224 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
230 en = utrans_openIDs( &status ); in PHP_FUNCTION()
231 INTL_CHECK_STATUS( status, in PHP_FUNCTION()
235 while( (elem = uenum_unext( en, &elem_len, &status )) ) in PHP_FUNCTION()
237 zend_string *el = intl_convert_utf16_to_utf8(elem, elem_len, &status ); in PHP_FUNCTION()
250 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
251 if( U_FAILURE( status ) ) in PHP_FUNCTION()
/php-src/ext/phar/tests/tar/
H A Dbug70417.phpt9 exec('lsof -p ' . getmypid(), $out, $status);
10 if ($status !== 0) {
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h75 int status; /* Status code. */ member
140 D->status = DASM_S_OK; in dasm_setup()
155 D->status = DASM_S_##st|(int)(p-D->actionlist-1); return; } } while (0)
158 D->status=DASM_S_RANGE_##st|(int)(p-D->actionlist-1); return; } } while (0)
285 if (D->status != DASM_S_OK) return D->status; in dasm_link()
529 if (D->status == DASM_S_OK) { in dasm_checkstep()
532 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_L|i; break; } in dasm_checkstep()
536 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
538 D->status = DASM_S_MATCH_SEC|(int)(D->section-D->sections); in dasm_checkstep()
539 return D->status; in dasm_checkstep()
H A Ddasm_arm64.h79 int status; /* Status code. */ member
144 D->status = DASM_S_OK; in dasm_setup()
159 D->status = DASM_S_##st|(int)(p-D->actionlist-1); return; } } while (0)
162 D->status = DASM_S_RANGE_##st|(int)(p-D->actionlist-1); return; } } while (0)
356 if (D->status != DASM_S_OK) return D->status; in dasm_link()
557 if (D->status == DASM_S_OK) { in dasm_checkstep()
560 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
564 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
566 D->status = DASM_S_MATCH_SEC|(int)(D->section-D->sections); in dasm_checkstep()
567 return D->status; in dasm_checkstep()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c401 ExecStatusType status; in pdo_pgsql_last_insert_id() local
411 status = PQresultStatus(res); in pdo_pgsql_last_insert_id()
413 if (res && (status == PGRES_TUPLES_OK)) { in pdo_pgsql_last_insert_id()
620 ExecStatusType status; in pgsqlCopyFromArray_internal() local
656 status = PQresultStatus(pgsql_result); in pgsqlCopyFromArray_internal()
735 ExecStatusType status; in pgsqlCopyFromFile_internal() local
773 status = PQresultStatus(pgsql_result); in pgsqlCopyFromFile_internal()
838 ExecStatusType status; in pgsqlCopyToFile_internal() local
875 status = PQresultStatus(pgsql_result); in pgsqlCopyToFile_internal()
938 ExecStatusType status; in pgsqlCopyToArray_internal() local
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_row.c40 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_row_thtd()
47 tree->status = lxb_html_tree_active_formatting_push_marker(tree); in lxb_html_tree_insertion_mode_in_row_thtd()
48 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_row_thtd()
/php-src/ext/intl/common/
H A Dcommon_date.cpp211 UErrorCode status = UErrorCode(); in intl_zval_to_millis() local
212 rv = (double)co->ucal->getTime(status); in intl_zval_to_millis()
213 if (U_FAILURE(status)) { in intl_zval_to_millis()
216 intl_errors_set(err, status, message, 1); in intl_zval_to_millis()
/php-src/Zend/
H A Dzend_inheritance.c61 inheritance_status status);
605 inheritance_status status; in zend_is_intersection_subtype_of_type() local
622 return status; in zend_is_intersection_subtype_of_type()
682 return status; in zend_perform_covariant_type_check()
710 return status; in zend_perform_covariant_type_check()
842 return status; in zend_do_perform_implementation_check()
857 return status; in zend_do_perform_implementation_check()
1075 ZEND_ASSERT(status == INHERITANCE_ERROR || status == INHERITANCE_WARNING); in perform_delayable_implementation_check()
3292 return status; in zend_can_early_bind()
3310 return status; in zend_can_early_bind()
[all …]
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencoding.h163 lxb_status_t status; in lxb_encoding_decode_finish() local
165 if (decode->status != LXB_STATUS_OK) { in lxb_encoding_decode_finish()
177 status = lxb_encoding_decode_buf_add_to(decode, decode->replace_to, in lxb_encoding_decode_finish()
179 if (status == LXB_STATUS_SMALL_BUFFER) { in lxb_encoding_decode_finish()
180 return status; in lxb_encoding_decode_finish()
279 if (decode->status != LXB_STATUS_OK) { in lxb_encoding_decode_finish_single()
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h75 enum mysqli_status status; /* object status */ member
189 if (my_res->status < __check) { \
203 if (my_res->status < __check) { \
227 ((MYSQLI_RESOURCE *)intern->ptr)->status = __value; \
/php-src/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt8 $pid = pcntl_wait($status);

Completed in 72 milliseconds

12345678910>>...15