Searched refs:PHP_BINARY (Results 1 – 16 of 16) sorted by relevance
/PHP-8.4/tests/basic/ |
H A D | bug54514.phpt | 5 if(realpath(getenv('TEST_PHP_EXECUTABLE')) === realpath(PHP_BINARY)) { 9 var_dump(PHP_BINARY);
|
/PHP-8.4/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-8.4/ext/opcache/tests/ |
H A D | bug66440.phpt | 12 if(constant('PHP_BINARY')) {
|
/PHP-8.4/benchmark/ |
H A D | benchmark.php | 12 $phpCgi = $argv[2] ?? dirname(PHP_BINARY) . '/php-cgi'; 99 return runCommand([PHP_BINARY, ...$args], $cwd);
|
/PHP-8.4/Zend/tests/ |
H A D | new_oom.phpt | 12 $php = PHP_BINARY;
|
/PHP-8.4/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-8.4/ext/zip/tests/ |
H A D | oo_cancel.phpt | 28 var_dump($zip->addFromString(PHP_BINARY, 'entry #1'));
|
/PHP-8.4/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-8.4/main/ |
H A D | main.stub.php | 373 const PHP_BINARY = UNKNOWN; define
|
/PHP-8.4/ext/openssl/tests/ |
H A D | ServerClientTestCase.inc | 98 PHP_BINARY, $ini ? "-n -c $ini" : "", 105 PHP_BINARY,
|
/PHP-8.4/ext/curl/tests/ |
H A D | server.inc | 4 $php_executable = getenv('TEST_PHP_EXECUTABLE') ?: PHP_BINARY;
|
/PHP-8.4/ |
H A D | run-tests.php | 506 $php = PHP_BINARY; 657 $php = getenv('TEST_PHP_EXECUTABLE') ?: PHP_BINARY;
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug62900.phpt | 60 …$proc = proc_open([PHP_BINARY, ...$args, __DIR__.'/bug62900_run'], [1 => ["pipe", "w"], 2 => ["pip…
|
Completed in 38 milliseconds