Home
last modified time | relevance | path

Searched refs:PHP_SAPI (Results 1 – 17 of 17) 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/docs-old/
H A Dunix-build-system.md97 Instead of using `PHP_SAPI=foo/PHP_BUILD_XYZ`, you will need to type
/php-src/ext/standard/
H A Dconfig.m4309 case "$PHP_SAPI" in
/php-src/
H A Dconfigure.ac287 PHP_SAPI=none
306 AC_MSG_RESULT([$PHP_SAPI])
1569 PHP_SUBST(PHP_SAPI)
1842 if test "$PHP_SAPI" = "apache2handler"; then
/php-src/build/
H A Dphp.m4845 elif test "$PHP_SAPI" != "none"; then
855 PHP_SAPI=$1
945 case "$PHP_SAPI" in
/php-src/.github/workflows/
H A Dnightly.yml510 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php

Completed in 30 milliseconds