We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e0380 commit 8b24f30Copy full SHA for 8b24f30
src/tests/appserver_016.phpt
@@ -3,10 +3,9 @@ appserver: call phpinfo and check if is in text format
3
--CREDITS--
4
Johann Zelger <jz [at] techdivision [dot] com>
5
--INI--
6
-appserver.phpinfo_as_text = 1
+appserver.phpinfo_as_text = 0
7
--FILE--
8
<?php
9
phpinfo();
10
--EXPECTF--
11
-phpinfo()
12
-%a
+<%a
src/tests/appserver_017.phpt
@@ -0,0 +1,11 @@
1
+--TEST--
2
+appserver: call phpinfo and check if is in non text format
+--CREDITS--
+Johann Zelger <jz [at] techdivision [dot] com>
+--INI--
+--FILE--
+<?php
+phpinfo();
+--EXPECTF--
0 commit comments