Home
last modified time | relevance | path

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

12

/PHP-7.2/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-7.2/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 Dbug70018.phpt5 if ("cli" != php_sapi_name()) {
H A Dproc_open-win32-mb1.phpt6 if (php_sapi_name() != "cli") die('skip CLI only test');
H A Dproc_open-win32-mb0.phpt6 if (php_sapi_name() != "cli") die('skip CLI only test');
H A Dhead.phpt5 if (php_sapi_name() != "cli") {
/PHP-7.2/sapi/cli/tests/
H A Dskipif.inc3 if (php_sapi_name() != "cli") {
/PHP-7.2/sapi/cgi/tests/
H A Dskipif.inc3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
/PHP-7.2/ext/skeleton/
H A Dskeleton.php2 $br = (php_sapi_name() == "cli")? "":"<br>";
/PHP-7.2/ext/curl/tests/
H A Dskipif.inc4 if (php_sapi_name() != "cli") {
/PHP-7.2/ext/sodium/
H A Dlibsodium.php2 $br = (php_sapi_name() == "cli")? "":"<br>";
/PHP-7.2/Zend/tests/
H A Dbug60978.phpt5 if ("cli" != php_sapi_name()) {
H A Dbug40236.phpt5 if (php_sapi_name() != "cli") die("skip CLI only");
/PHP-7.2/tests/basic/
H A D012.phpt4 <?php if(php_sapi_name()!='cli') echo 'skip'; ?>
H A Dbug71273.phpt5 if ("cli" != php_sapi_name()) {
/PHP-7.2/ext/
H A Dext_skel_win32.php4 if (php_sapi_name() != "cli") {
/PHP-7.2/ext/opcache/tests/
H A Dbug66251.phpt8 <?php if (!extension_loaded('Zend OPcache') || php_sapi_name() != "cli") die("skip CLI only"); ?>
H A Dissue0140.phpt10 <?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
H A Dissue0149.phpt10 <?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
H A Dissue0115.phpt10 <?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
/PHP-7.2/Zend/tests/assert/
H A Dexpect_008.phpt21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
/PHP-7.2/ext/standard/
H A Dinfo.h62 PHP_FUNCTION(php_sapi_name);
/PHP-7.2/ext/mbstring/tests/
H A Dmb_http_input.phpt6 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
/PHP-7.2/ext/standard/tests/file/
H A Dbug72035.phpt6 if(php_sapi_name() != "cli") die('skip CLI only test');

Completed in 56 milliseconds

12