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()
16
16
PHP Version => %s
17
17
18
18
System => %s
19
- Build Date => %s%a
19
+ Build Date => %r(.+?)%r
20
20
Configure Command => %s
21
21
Server API => Command Line Interface
22
22
Virtual Directory Support => %s
23
23
Configuration 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
27
27
PHP API => %d
28
28
PHP Extension => %d
29
29
Zend Extension => %d
30
30
Zend Extension Build => API%s
31
31
PHP Extension Build => API%s
32
32
PHP Integer Size => %d bits
33
33
Debug Build => %s
34
- Thread Safety => %s%A
34
+ Thread Safety => %r(.+?)%r
35
35
Zend Signal Handling => %s
36
36
Zend Memory Manager => %s
37
37
Zend Multibyte Support => %s
@@ -43,22 +43,22 @@ Registered PHP Streams => %s
43
43
Registered Stream Socket Transports => %s
44
44
Registered Stream Filters => %s
45
45
46
- %a
46
+ %r(.+?)%r
47
47
_______________________________________________________________________
48
48
49
49
50
50
Configuration
51
- %A
51
+ %r(.*?)%r
52
52
Core
53
- %A
53
+ %r(.*?)%r
54
54
Additional Modules
55
- %A
55
+ %r(.*?)%r
56
56
Environment
57
- %A
57
+ %r(.*?)%r
58
58
PHP Variables
59
- %A
59
+ %r(.*?)%r
60
60
PHP License
61
- %A
61
+ %r(.*?)%r
62
62
bool(true)
63
63
--
64
64
phpinfo()
@@ -67,5 +67,5 @@ bool(true)
67
67
phpinfo()
68
68
69
69
PHP License
70
- %a
70
+ %r(.+?)%r
71
71
bool(true)
You can’t perform that action at this time.
0 commit comments