Searched refs:PHP_SAPI (Results 1 – 16 of 16) sorted by relevance
9 if ($bar === 1 && $foo && PHP_SAPI !== 'cli') {
9 if ($bar === 1 && $foo && PHP_SAPI !== 'cgi') {
7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
8 if (PHP_SAPI !== "cli")
5 if (PHP_SAPI !== "cli")
367 const PHP_SAPI = UNKNOWN; define
367 if (PHP_SAPI != 'cli') {
289 case "$PHP_SAPI" in
256 PHP_SAPI=none275 AC_MSG_RESULT([$PHP_SAPI])1468 PHP_SUBST([PHP_SAPI])
870 elif test "$PHP_SAPI" != "none"; then880 PHP_SAPI=$1970 case "$PHP_SAPI" in
583 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
Completed in 26 milliseconds