iliaa Thu Apr 9 13:29:15 2009 UTC
Modified files:
/php-src/ext/standard/tests/versioning php_sapi_name.phpt
Log:
MFB: Added test for php_sapi_name()
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/versioning/php_sapi_name.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/versioning/php_sapi_name.phpt
diff -u /dev/null php-src/ext/standard/tests/versioning/php_sapi_name.phpt:1.2
--- /dev/null Thu Apr 9 13:29:15 2009
+++ php-src/ext/standard/tests/versioning/php_sapi_name.phpt Thu Apr 9
13:29:15 2009
@@ -0,0 +1,9 @@
+--TEST--
+php_sapi_name test
+--FILE--
+<?php
+
+var_dump(php_sapi_name());
+
+--EXPECTF--
+string(3) "c%ci"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php