Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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 Dhead.phpt5 if (php_sapi_name() != "cli") {
/PHP-5.5/sapi/cli/tests/
H A Dskipif.inc3 if (php_sapi_name() != "cli") {
/PHP-5.5/ext/skeleton/
H A Dskeleton.php2 $br = (php_sapi_name() == "cli")? "":"<br>";
/PHP-5.5/ext/curl/tests/
H A Dskipif.inc4 if (php_sapi_name() != "cli") {
/PHP-5.5/sapi/cgi/tests/
H A Dskipif.inc3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
/PHP-5.5/tests/basic/
H A D012.phpt4 <?php if(php_sapi_name()!='cli') echo 'skip'; ?>
/PHP-5.5/Zend/tests/
H A Dbug40236.phpt5 if (php_sapi_name() != "cli") die("skip CLI only");
/PHP-5.5/ext/
H A Dext_skel_win32.php4 if (php_sapi_name() != "cli") {
/PHP-5.5/ext/opcache/tests/
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"); ?>
H A Drevalidate_path_01.phpt9 <?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
/PHP-5.5/ext/standard/
H A Dinfo.h61 PHP_FUNCTION(php_sapi_name);
H A Dinfo.c1438 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() argument
H A Dbasic_functions.c2739 PHP_FE(php_sapi_name, arginfo_php_sapi_name)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_input.phpt6 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
/PHP-5.5/ext/soap/tests/
H A Dserver019.phpt5 if (php_sapi_name()=='cli') echo 'skip';
H A Dserver020.phpt5 if (php_sapi_name()=='cli') echo 'skip';
H A Dserver029.phpt17 if (php_sapi_name()=='cli') echo 'skip';
/PHP-5.5/win32/
H A Dinstall.txt1278 name can be determined by php_sapi_name().
/PHP-5.5/
H A DINSTALL1615 name can be determined with php_sapi_name().

Completed in 40 milliseconds