Searched refs:running (Results 1 – 25 of 149) sorted by relevance
123456
/PHP-5.4/ext/phar/tests/ |
H A D | phar_running.phpt | 2 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 D | mounteddir.phpt | 17 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 D | mounteddirU.phpt | 17 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 D | phar_unlinkarchive.phpt | 70 Phar::unlinkArchive(Phar::running(false)); 72 var_dump(Phar::running(false)); 73 include Phar::running(true) . "/another.php";
|
/PHP-5.4/ext/curl/tests/ |
H A D | curl_multi_getcontent_error1.phpt | 32 $running=0; 34 curl_multi_exec($mh,$running); 35 } while ($running>0);
|
H A D | curl_multi_getcontent_error2.phpt | 32 $running=0; 34 curl_multi_exec($mh,$running); 35 } while ($running>0);
|
H A D | curl_multi_getcontent_error3.phpt | 32 $running=0; 34 curl_multi_exec($mh,$running); 35 } while ($running>0);
|
H A D | curl_multi_getcontent_basic3.phpt | 36 $running=0; 38 curl_multi_exec($mh,$running); 39 } while ($running>0);
|
H A D | curl_basic_017.phpt | 40 $running=null; 44 $state = curl_multi_exec($mh, $running); 45 } while ($running > 0);
|
H A D | curl_basic_018.phpt | 45 $running=null; 48 curl_multi_exec($mh, $running); 49 } while ($running > 0);
|
H A D | curl_multi_getcontent_error4.phpt | 32 $running=0; 34 curl_multi_exec($mh,$running); 35 } while ($running>0);
|
/PHP-5.4/ext/pgsql/tests/ |
H A D | README | 3 - 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.4/ext/pdo/ |
H A D | config.m4 | 14 # 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.4/ext/standard/tests/general_functions/ |
H A D | proc_open02.phpt | 40 ["running"]=> 59 ["running"]=>
|
H A D | bug39322.phpt | 32 ["running"]=>
|
H A D | php_uname_basic.phpt | 6 * Description: Returns information about the operating system PHP is running on
|
/PHP-5.4/sapi/cgi/ |
H A D | README.FastCGI | 27 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.4/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl1.phpt | 13 // 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.4/sapi/cli/tests/ |
H A D | 002-win32.phpt | 2 running code with -r
|
H A D | 002.phpt | 2 running code with -r
|
H A D | 013.phpt | 2 running PHP code before and after processing input lines with -B and -E
|
/PHP-5.4/ext/sysvmsg/tests/ |
H A D | 004.phpt | 17 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.4/ext/imap/tests/ |
H A D | README | 2 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…
|
/PHP-5.4/Zend/tests/ |
H A D | bug60825.phpt | 2 Bug #60825 (Segfault when running symfony 2 tests)
|
/PHP-5.4/Zend/ |
H A D | zend_signal.c | 84 if (SIGG(running) == 0) { in zend_signal_handler_defer() 85 SIGG(running) = 1; in zend_signal_handler_defer() 99 SIGG(running) = 0; in zend_signal_handler_defer() 316 SIGG(running) = 0; in zend_signal_deactivate()
|
Completed in 28 milliseconds
123456