Searched refs:php_sapi_name (Results 1 – 17 of 17) sorted by relevance
2 php_sapi_name test6 var_dump(php_sapi_name());
2 php_sapi_name() function when switching to webserver by using post11 echo php_sapi_name();
6 if (!in_array(php_sapi_name(), $enabled_sapi)) {7 die('skip dl() is not enabled for ' . php_sapi_name());
9 if (!in_array(php_sapi_name(), $enabled_sapi)) {10 die('skip dl() is not enabled for ' . php_sapi_name());
13 return isset($undef) || php_sapi_name() == php_sapi_name();
3 if (php_sapi_name() != "cli") {
3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
4 if (php_sapi_name() != "cli") {
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
5 if (php_sapi_name()=='cli') echo 'skip';
17 if (php_sapi_name()=='cli') echo 'skip';
6 define('V1', strtoupper(php_sapi_name()));
1299 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() argument
995 function php_sapi_name(): string|false {} function
2628 ZEND_FUNCTION(php_sapi_name);3268 ZEND_FE(php_sapi_name, arginfo_php_sapi_name)
Completed in 43 milliseconds