File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ phpinfo()
1616PHP Version => %s
1717
1818System => %s
19- Build Date => %s%a
19+ Build Date => %r(.+?)%r
2020Configure Command => %s
2121Server API => Command Line Interface
2222Virtual Directory Support => %s
2323Configuration File (php.ini) Path => %s
24- Loaded Configuration File => %a
25- Scan this dir for additional .ini files => %a
26- Additional .ini files parsed => %a
24+ Loaded Configuration File => %r(.+?)%r
25+ Scan this dir for additional .ini files => %r(.+?)%r
26+ Additional .ini files parsed => %r(.+?)%r
2727PHP API => %d
2828PHP Extension => %d
2929Zend Extension => %d
3030Zend Extension Build => API%s
3131PHP Extension Build => API%s
3232PHP Integer Size => %d bits
3333Debug Build => %s
34- Thread Safety => %s%A
34+ Thread Safety => %r(.+?)%r
3535Zend Signal Handling => %s
3636Zend Memory Manager => %s
3737Zend Multibyte Support => %s
@@ -43,22 +43,22 @@ Registered PHP Streams => %s
4343Registered Stream Socket Transports => %s
4444Registered Stream Filters => %s
4545
46- %a
46+ %r(.+?)%r
4747 _______________________________________________________________________
4848
4949
5050Configuration
51- %A
51+ %r(.*?)%r
5252Core
53- %A
53+ %r(.*?)%r
5454Additional Modules
55- %A
55+ %r(.*?)%r
5656Environment
57- %A
57+ %r(.*?)%r
5858PHP Variables
59- %A
59+ %r(.*?)%r
6060PHP License
61- %A
61+ %r(.*?)%r
6262bool(true)
6363--
6464phpinfo()
@@ -67,5 +67,5 @@ bool(true)
6767phpinfo()
6868
6969PHP License
70- %a
70+ %r(.+?)%r
7171bool(true)
You can’t perform that action at this time.
0 commit comments