Home
last modified time | relevance | path

Searched refs:PHP_SAPI (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/opcache/tests/
H A Dblock_removal_with_duplicate_successors.phpt9 if ($bar === 1 && $foo && PHP_SAPI !== 'cli') {
H A Dbool_cp_in_pass1.phpt9 if ($bar === 1 && $foo && PHP_SAPI !== 'cgi') {
/php-src/ext/zlib/tests/
H A Dob_001.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_005.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_004.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_gzhandler_legacy_002.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_003.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
/php-src/sapi/cli/tests/
H A Dcli_get_process_title_basic.phpt8 if (PHP_SAPI !== "cli")
H A Dcli_set_process_title_basic.phpt8 if (PHP_SAPI !== "cli")
H A Dcli_process_title_unix.phpt5 if (PHP_SAPI !== "cli")
/php-src/main/
H A Dmain.stub.php367 const PHP_SAPI = UNKNOWN; define
/php-src/ext/
H A Dext_skel.php367 if (PHP_SAPI != 'cli') {
/php-src/ext/standard/
H A Dconfig.m4289 case "$PHP_SAPI" in
/php-src/
H A Dconfigure.ac256 PHP_SAPI=none
275 AC_MSG_RESULT([$PHP_SAPI])
1468 PHP_SUBST([PHP_SAPI])
/php-src/build/
H A Dphp.m4870 elif test "$PHP_SAPI" != "none"; then
880 PHP_SAPI=$1
970 case "$PHP_SAPI" in
/php-src/.github/workflows/
H A Dnightly.yml564 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php

Completed in 26 milliseconds