Home
last modified time | relevance | path

Searched refs:php_sapi_name (Results 1 – 19 of 19) sorted by relevance

/PHP-8.1/ext/standard/tests/versioning/
H A Dphp_sapi_name.phpt2 php_sapi_name test
6 var_dump(php_sapi_name());
H A Dphp_sapi_name_variation001.phpt2 php_sapi_name() function when switching to webserver by using post
11 echo php_sapi_name();
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_016.phpt13 return isset($undef) || php_sapi_name() == php_sapi_name();
/PHP-8.1/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt6 if (!in_array(php_sapi_name(), $enabled_sapi)) {
7 die('skip dl() is not enabled for ' . php_sapi_name());
H A Ddl-check-enabled.phpt9 if (!in_array(php_sapi_name(), $enabled_sapi)) {
10 die('skip dl() is not enabled for ' . php_sapi_name());
H A Ddl-full-path-not-supported.phpt9 if (!in_array(php_sapi_name(), $enabled_sapi)) {
10 die('skip dl() is not enabled for ' . php_sapi_name());
/PHP-8.1/sapi/cli/tests/
H A Dskipif.inc3 if (php_sapi_name() != "cli") {
H A Dgh8827-001.phpt5 if (php_sapi_name() != "cli") {
H A Dgh8827-002.phpt5 if (php_sapi_name() != "cli") {
H A Dgh8827-003.phpt5 if (php_sapi_name() != "cli") {
/PHP-8.1/sapi/cgi/tests/
H A Dskipif.inc3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
/PHP-8.1/Zend/tests/assert/
H A Dexpect_008.phpt21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
/PHP-8.1/ext/soap/tests/
H A Dserver019.phpt8 if (php_sapi_name()=='cli') echo 'skip';
H A Dserver020.phpt8 if (php_sapi_name()=='cli') echo 'skip';
H A Dserver029.phpt19 if (php_sapi_name()=='cli') echo 'skip';
/PHP-8.1/Zend/tests/attributes/
H A D003_ast_nodes.phpt6 define('V1', strtoupper(php_sapi_name()));
/PHP-8.1/ext/standard/
H A Dinfo.c1327 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1334 function php_sapi_name(): string|false {} function
H A Dbasic_functions_arginfo.h2640 ZEND_FUNCTION(php_sapi_name);
3283 ZEND_FE(php_sapi_name, arginfo_php_sapi_name)

Completed in 56 milliseconds