Home
last modified time | relevance | path

Searched refs:status (Results 201 – 225 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/session/tests/
H A Dbug73529.phpt4 session_decode() does not return proper status.
/PHP-7.4/ext/phar/tests/tar/
H A Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
9 if ($status !== 0) {
/PHP-7.4/ext/pgsql/tests/
H A D29nb_async_connect.phpt24 switch ($status = pg_connect_poll($db)) {
36 die("unknown poll status");
/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/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt15 $status = $db->getAttribute(PDO::ATTR_CONNECTION_STATUS);
16 if (!is_string($status))
17 printf("[002] Expecting string, got '%s'\n", var_export($status, true));
19 if ('' == $status)
20 printf("[003] Connection status string must not be empty\n");
22 if (false !== $db->setAttribute(PDO::ATTR_CONNECTION_STATUS, 'my own connection status'))
26 if ($status !== $status2)
27 printf("[005] Connection status should not have changed\n");
/PHP-7.4/ext/pcre/tests/
H A Dbug78272.phpt19 pcntl_waitpid($pid, $status);
H A Dcheck_jit_enabled.phpt2 Check for JIT enablement status
/PHP-7.4/ext/pcntl/tests/
H A D001.phpt22 pcntl_waitpid($pid, $status, $options);
23 if ( pcntl_wifexited($status) ) print "\nExited With: ". pcntl_wexitstatus($status);
38 pcntl_waitpid($pid, $status, $options);
39 if ( pcntl_wifsignaled($status) ) {
40 $signal_print=pcntl_wtermsig($status);
60 pcntl_waitpid($pid, $status, $options);
61 if ( pcntl_wifstopped($status) ) {
62 $signal_print=pcntl_wstopsig($status);
H A D002.phpt48 pcntl_waitpid($pid, $status);
H A Dbug47566.phpt12 $epid = pcntl_waitpid(-1,$status);
13 var_dump(pcntl_wexitstatus($status));
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
H A Dpcntl_fork_variation.phpt19 pcntl_wait($status);
H A Dpcntl_get_last_error.phpt10 $pid = pcntl_wait($status);
H A Dpcntl_wait_rusage1.phpt12 $status = 0;
13 var_dump(pcntl_wait($status, WUNTRACED, $rusage));
20 pcntl_wait($status, WUNTRACED, $rusage);
25 pcntl_wait($status, 0, $rusage);
30 pcntl_wait($status, 0, $rusage);
H A Dpcntl_waitpid_rusage1.phpt12 $status = 0;
13 var_dump(pcntl_waitpid($pid, $status, WUNTRACED, $rusage));
20 pcntl_waitpid($pid, $status, WUNTRACED, $rusage);
25 pcntl_waitpid($pid, $status, 0, $rusage);
30 pcntl_waitpid($pid, $status, 0, $rusage);
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc27 $status = proc_get_status($handle);
30 if (!($status && $status['running'])) {
56 $status = proc_get_status($handle);
57 if (!($status && $status['running'])) {
H A D001_cli.phpt12 $status = opcache_get_status();
15 var_dump($status["opcache_enabled"]);
H A Dblacklist-win32.phpt20 $status = opcache_get_status();
21 print_r(count($status['scripts']) > 0);
H A Dblacklist.phpt28 $status = opcache_get_status();
29 print_r(count($status['scripts']));
/PHP-7.4/ext/oci8/
H A Doci8_dtrace.d24 probe oci8__error(int status, long errcode);
/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') {
H A Ductest.php102 $status = $fields[1];
103 if ($status == 'C' || $status == 'S') {
106 } else if ($status == 'F') {
/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
H A Dmbfl_ident.c242 filter->status = 0; in mbfl_identify_filter_init2()
278 filter->status = 0; in mbfl_filt_ident_common_ctor()
284 filter->status = 0; in mbfl_filt_ident_common_dtor()
295 filter->status = 0; in mbfl_filt_ident_false_ctor()

Completed in 59 milliseconds

12345678910>>...12