Searched refs:PHP_BINARY (Results 1 – 17 of 17) sorted by relevance
/php-src/tests/basic/ |
H A D | bug54514.phpt | 5 if(realpath(getenv('TEST_PHP_EXECUTABLE')) === realpath(PHP_BINARY)) { 9 var_dump(PHP_BINARY);
|
/php-src/ext/standard/tests/file/ |
H A D | bug72035.phpt | 7 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe"; 16 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
|
/php-src/ext/opcache/tests/ |
H A D | bug66440.phpt | 12 if(constant('PHP_BINARY')) {
|
/php-src/benchmark/ |
H A D | benchmark.php | 12 $phpCgi = $argv[2] ?? dirname(PHP_BINARY) . '/php-cgi'; 99 return runCommand([PHP_BINARY, ...$args], $cwd);
|
/php-src/Zend/tests/ |
H A D | new_oom.phpt | 12 $php = PHP_BINARY;
|
/php-src/ext/zip/tests/ |
H A D | oo_cancel.phpt | 28 var_dump($zip->addFromString(PHP_BINARY, 'entry #1'));
|
/php-src/ext/standard/tests/general_functions/ |
H A D | gh12655.phpt | 17 $proc = proc_open(PHP_BINARY, $descriptor_spec, $pipes);
|
H A D | proc_nice_basic-win.phpt | 25 $t = explode('\\', PHP_BINARY);
|
/php-src/sapi/cli/tests/ |
H A D | bug80092.phpt | 18 PHP_BINARY,
|
H A D | ext_loading.phpt | 15 PHP_BINARY, '-n',
|
H A D | php_cli_server.inc | 16 $php_executable = getenv('TEST_PHP_EXECUTABLE') ?: PHP_BINARY;
|
/php-src/ext/openssl/tests/ |
H A D | ServerClientTestCase.inc | 98 PHP_BINARY, $ini ? "-n -c $ini" : "", 105 PHP_BINARY,
|
/php-src/main/ |
H A D | main.stub.php | 380 const PHP_BINARY = UNKNOWN; define
|
/php-src/ext/curl/tests/ |
H A D | server.inc | 4 $php_executable = getenv('TEST_PHP_EXECUTABLE') ?: PHP_BINARY;
|
/php-src/ |
H A D | run-tests.php | 506 $php = PHP_BINARY; 657 $php = getenv('TEST_PHP_EXECUTABLE') ?: PHP_BINARY;
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug62900.phpt | 60 …$proc = proc_open([PHP_BINARY, ...$args, __DIR__.'/bug62900_run'], [1 => ["pipe", "w"], 2 => ["pip…
|
/php-src/ext/mysqli/tests/ |
H A D | fake_server.inc | 837 $command = [PHP_BINARY, '-n', __FILE__, 'mysqli_fake_server', $test_function, $port];
|
Completed in 28 milliseconds