Home
last modified time | relevance | path

Searched refs:status (Results 101 – 125 of 314) sorted by relevance

12345678910>>...13

/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp79 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
98 Locale::createFromName(locale_str), status); in PHP_FUNCTION()
119 return uenum_count(uenum, &status); in count()
126 if (str == 0 || U_FAILURE(status)) { in snext()
136 if (str == 0 || U_FAILURE(status)) { in next()
147 void reset(UErrorCode& status) override in reset() argument
149 uenum_reset(uenum, &status); in reset()
163 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
178 status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1001 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
[all …]
/PHP-8.3/ext/intl/collator/
H A Dcollator_convert.h22 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status );
23 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status );
/PHP-8.3/ext/zip/tests/
H A Doo_addemptydir_error.phpt20 if ($zip->status == ZipArchive::ER_RDONLY) {
22 } else if ($zip->status == ZipArchive::ER_OK) {
H A Doo_readonly_properties.phpt25 $zip->status = 1;
30 var_dump($zip->status);
69 Cannot write read-only property ZipArchive::$status
H A Dbug38944.phpt12 var_dump($foo->status);
31 ["status"]=>
/PHP-8.3/sapi/cli/tests/
H A Dbug65066_100.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code
H A Dbug65066_422.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code
H A Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_rfork_flags.phpt15 pcntl_wait($status);
24 pcntl_wait($status);
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c291 filter->status = 1; in mbfl_filt_conv_utf16_wchar()
323 filter->status = 1; in mbfl_filt_conv_utf16be_wchar()
330 filter->status = 2; in mbfl_filt_conv_utf16be_wchar()
333 filter->status = 0; in mbfl_filt_conv_utf16be_wchar()
336 filter->status = 0; in mbfl_filt_conv_utf16be_wchar()
343 filter->status = 3; in mbfl_filt_conv_utf16be_wchar()
351 filter->status = 2; in mbfl_filt_conv_utf16be_wchar()
354 filter->status = 0; in mbfl_filt_conv_utf16be_wchar()
395 filter->status = 1; in mbfl_filt_conv_utf16le_wchar()
415 filter->status = 3; in mbfl_filt_conv_utf16le_wchar()
[all …]
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h76 int status; /* Status code. */ member
144 D->status = DASM_S_OK; in dasm_setup()
158 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
161 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
266 if (D->status != DASM_S_OK) return D->status; in dasm_link()
411 if (D->status == DASM_S_OK) { in dasm_checkstep()
414 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
418 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
420 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
421 return D->status; in dasm_checkstep()
H A Ddasm_ppc.h76 int status; /* Status code. */ member
144 D->status = DASM_S_OK; in dasm_setup()
158 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
161 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
270 if (D->status != DASM_S_OK) return D->status; in dasm_link()
410 if (D->status == DASM_S_OK) { in dasm_checkstep()
413 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
417 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
419 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
420 return D->status; in dasm_checkstep()
H A Ddasm_arm.h77 int status; /* Status code. */ member
145 D->status = DASM_S_OK; in dasm_setup()
159 D->status = DASM_S_##st|(p-D->actionlist-1); return; } } while (0)
162 D->status = DASM_S_RANGE_##st|(p-D->actionlist-1); return; } } while (0)
287 if (D->status != DASM_S_OK) return D->status; in dasm_link()
448 if (D->status == DASM_S_OK) { in dasm_checkstep()
451 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
455 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
457 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
458 return D->status; in dasm_checkstep()
/PHP-8.3/ext/intl/
H A Dphp_intl.c255 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() local
266 tzdata_ver = ucal_getTZDataVersion(&status); in PHP_MINFO_FUNCTION()
267 if (U_ZERO_ERROR == status) { in PHP_MINFO_FUNCTION()
/PHP-8.3/ext/standard/tests/file/
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
9 if (!$status) {
/PHP-8.3/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt23 pm.status_path = /status
42 $tester->status([
51 $tester->status([
H A Dstatus.inc69 * Check status page.
92 * Make status check for status page.
142 * Check plain status page.
153 * Check html status page.
177 * Check xml status page.
188 "<\?xml version=\"1.0\" \?>\n<status>\n",
189 "\n</status>",
200 * Check json status page.
226 * Check openmetrics status page.
H A Dstatus-basic.phpt17 pm.status_path = /status
37 $tester->status($expectedStatusData);
/PHP-8.3/ext/standard/tests/streams/
H A Dbug64433.phpt21 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
31 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
41 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
/PHP-8.3/ext/pgsql/tests/
H A D29nb_async_connect.phpt26 switch ($status = pg_connect_poll($db)) {
38 die("unknown poll status");
/PHP-8.3/sapi/fpm/
H A DMakefile.frag28 @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/fpm/status.html
/PHP-8.3/ext/opcache/tests/
H A Dblacklist-win32.phpt21 $status = opcache_get_status();
22 print_r(count($status['scripts']) > 0);
/PHP-8.3/ext/standard/
H A Dphp_array.h34 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar…
35 PHPAPI bool php_array_pick_keys(const php_random_algo *algo, php_random_status *status, zval *input…
/PHP-8.3/ext/curl/tests/
H A Dbug77946.phpt19 $status = curl_multi_exec($mh, $active);
26 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
/PHP-8.3/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 );

Completed in 37 milliseconds

12345678910>>...13