Home
last modified time | relevance | path

Searched refs:running (Results 26 – 50 of 114) sorted by relevance

12345

/PHP-7.1/ext/opcache/tests/
H A Dbug74456.phpt2 Bug #74456 (Segmentation error while running a script in CLI mode)
H A Dbug65559.phpt2 Bug #65559 (cache not cleared if changes occur while running)
/PHP-7.1/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt15 // generator is closed here, without running SWITCH_FREE
H A Dyield_from_already_running.phpt2 Yielding from the already running Generator should fail (bug #69458)
/PHP-7.1/ext/imap/tests/
H A DREADME1 Many of the tests in this directory require a mail server to be running, if there is no mail server…
8 …mal dovecot installation. For information, the dovecot.conf file used in running the tests is give…
/PHP-7.1/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed
/PHP-7.1/ext/fileinfo/tests/
H A Dbug69320.phpt2 Bug #69320 libmagic crash when running laravel tests
/PHP-7.1/Zend/tests/
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests) (PHP7)
H A Dbug70805_2.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Memleak)
H A Dbug70805_1.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Crash)
H A Dbug70805.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite)
/PHP-7.1/ext/phar/tests/
H A Dphar_unlinkarchive.phpt70 Phar::unlinkArchive(Phar::running(false));
72 var_dump(Phar::running(false));
73 include Phar::running(true) . "/another.php";
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug70249.phpt2 Bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)
H A Dbug39322.phpt32 ["running"]=>
H A Dphp_uname_basic.phpt6 * Description: Returns information about the operating system PHP is running on
/PHP-7.1/main/
H A Doutput.c187 OG(running) = NULL; in php_output_deactivate()
236 | (OG(running)? PHP_OUTPUT_LOCKED : 0) in php_output_get_status()
672 if (OG(running)) { in php_output_handler_hook()
675 *(void ***) arg = &OG(running)->opaq; in php_output_handler_hook()
678 *(int *) arg = OG(running)->flags; in php_output_handler_hook()
681 *(int *) arg = OG(running)->level; in php_output_handler_hook()
687 OG(running)->flags |= PHP_OUTPUT_HANDLER_DISABLED; in php_output_handler_hook()
763 if (op && OG(active) && OG(running)) { in php_output_lock_error()
899 return OG(running) ? 1 : 0; in php_output_handler_append()
950 OG(running) = handler; in php_output_handler_op()
[all …]
/PHP-7.1/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-7.1/Zend/
H A Dzend_signal.c104 if (EXPECTED(SIGG(running) == 0)) { in zend_signal_handler_defer()
105 SIGG(running) = 1; in zend_signal_handler_defer()
119 SIGG(running) = 0; in zend_signal_handler_defer()
358 SIGG(running) = 0; in zend_signal_deactivate()
H A Dzend_signal.h61 int running; /* in signal handler execution */ member
/PHP-7.1/sapi/phpdbg/tests/
H A Dclean_001.phpt36 prompt> [Not running]
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt17 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
64 [006] Expecting '1'/integer got ''/boolean when running 'INSERT INTO test(id, col1) VALUES (2, 'b')…
/PHP-7.1/sapi/fpm/tests/
H A Dbug68391-conf-include-order.phpt34 $userMessage = "'user' directive is ignored when FPM is not running as root";
H A Dpool-apparmor-basic.phpt44 apparmor not running
/PHP-7.1/ext/standard/tests/array/
H A Dbug24980.phpt2 Bug #24980 (array_reduce() uses first element as default running total)
/PHP-7.1/ext/standard/
H A Dproc_open.c313 int running = 1, signaled = 0, stopped = 0; in PHP_FUNCTION() local
333 running = wstatus == STILL_ACTIVE; in PHP_FUNCTION()
334 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
343 running = 0; in PHP_FUNCTION()
347 running = 0; in PHP_FUNCTION()
360 running = 0; in PHP_FUNCTION()
364 add_assoc_bool(return_value, "running", running); in PHP_FUNCTION()

Completed in 34 milliseconds

12345