Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 177) sorted by relevance

12345678

/PHP-5.6/ext/phar/tests/
H A Dphar_running.phpt2 Phar: Phar::running()
14 Phar::running(array());
15 var_dump(Phar::running());
16 var_dump(Phar::running(false));
19 var_dump(Phar::running());
25 Warning: Phar::running() expects parameter 1 to be boolean, array given in phar://%sphar_running.ph…
H A Dmounteddir.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
H A DmounteddirU.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
/PHP-5.6/ext/curl/tests/
H A Dbug67643.phpt16 $running = 0;
18 curl_multi_exec($mh, $running);
19 } while($running > 0);
H A Dcurl_multi_getcontent_error1.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_multi_getcontent_error2.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_multi_getcontent_basic3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_multi_getcontent_error3.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
H A Dcurl_basic_017.phpt41 $running=null;
45 $state = curl_multi_exec($mh, $running);
46 } while ($running > 0);
H A Dcurl_basic_018.phpt46 $running=null;
49 curl_multi_exec($mh, $running);
50 } while ($running > 0);
H A Dcurl_multi_getcontent_error4.phpt32 $running=0;
34 curl_multi_exec($mh,$running);
35 } while ($running>0);
/PHP-5.6/sapi/fpm/tests/
H A D016.phpt63 [%s] NOTICE: [pool aaaa] 'user' directive is ignored when FPM is not running as root
64 [%s] NOTICE: [pool bbbb] 'user' directive is ignored when FPM is not running as root
65 [%s] NOTICE: [pool cccc] 'user' directive is ignored when FPM is not running as root
66 [%s] NOTICE: [pool dddd] 'user' directive is ignored when FPM is not running as root
67 [%s] NOTICE: [pool eeee] 'user' directive is ignored when FPM is not running as root
68 [%s] NOTICE: fpm is running, pid %d
H A Dapparmor.phpt5 apparmor hat a. Test succeeds if apparmor is not running or hat is non
38 apparmor not running
/PHP-5.6/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt2 It is not possible to resume an already running generator
17 Fatal error: Cannot resume an already running generator in %s on line %d
/PHP-5.6/ext/pgsql/tests/
H A DREADME3 - there is a PostgreSQL account for the users running the test scripts
12 command as the same user running the tests you ensure that the user is
/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open02.phpt40 ["running"]=>
59 ["running"]=>
/PHP-5.6/ext/pdo/
H A Dconfig.m414 # we're running in an environment that smells like pear,
16 # that we're running under a slightly broken pear installer
19 do so now by running:
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI27 PHP pages as appropriate. This is the recommended way of running PHP-FastCGI.
28 To run this way, you must start the PHP binary running by giving it an IP
33 The above line is the recommended way of running FastCGI. You usually
48 The advantage of running PHP in this way is that it entirely separates the
51 be, you could even have several web servers utilising the same running PHP
59 However, there are advantages to running PHP with FastCGI. Separating the
127 be set before running the PHP binary:
142 On the other hand, having more processes running will use more RAM, and letting
/PHP-5.6/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // doesn't always show if you're rapidly running this test repeatedly.
15 // (it will show up the first time, or if you wait a while before running it again.)
/PHP-5.6/sapi/cli/tests/
H A D002-win32.phpt2 running code with -r
H A D002.phpt2 running code with -r
/PHP-5.6/Zend/tests/
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests)
/PHP-5.6/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt15 // generator is closed here, without running SWITCH_FREE
/PHP-5.6/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-5.6/ext/imap/tests/
H A DREADME2 Many of the tests in this directory require a mail server to be running, if there is no mail server…
9 …mal dovecot installation. For information, the dovecot.conf file used in running the tests is give…

Completed in 32 milliseconds

12345678