Searched refs:php_sapi_name (Results 1 – 21 of 21) 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();
14 return isset($undef) || php_sapi_name() == 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());
3 if (php_sapi_name() != "cli") {
5 if (php_sapi_name() != "cli") {
3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
4 <?php if (php_sapi_name() != "cli") die('skip cli test only'); ?>
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
8 if (php_sapi_name()=='cli') echo 'skip';
19 if (php_sapi_name()=='cli') echo 'skip';
6 define('V1', strtoupper(php_sapi_name()));
9 if (php_sapi_name()=='cli') echo 'skip';
1295 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() argument
3071 function php_sapi_name(): string|false {}
2699 ZEND_FUNCTION(php_sapi_name);
Completed in 44 milliseconds