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,21 +16,21 @@ 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
Debug Build => %s
33
- Thread Safety => %s%A
33
+ Thread Safety => %r(.+?)%r
34
34
Zend Signal Handling => %s
35
35
Zend Memory Manager => %s
36
36
Zend Multibyte Support => %s
@@ -42,22 +42,22 @@ Registered PHP Streams => %s
42
42
Registered Stream Socket Transports => %s
43
43
Registered Stream Filters => %s
44
44
45
- %a
45
+ %r(.+?)%r
46
46
_______________________________________________________________________
47
47
48
48
49
49
Configuration
50
- %A
50
+ %r(.*?)%r
51
51
Core
52
- %A
52
+ %r(.*?)%r
53
53
Additional Modules
54
- %A
54
+ %r(.*?)%r
55
55
Environment
56
- %A
56
+ %r(.*?)%r
57
57
PHP Variables
58
- %A
58
+ %r(.*?)%r
59
59
PHP License
60
- %A
60
+ %r(.*?)%r
61
61
bool(true)
62
62
--
63
63
phpinfo()
@@ -66,5 +66,5 @@ bool(true)
66
66
phpinfo()
67
67
68
68
PHP License
69
- %a
69
+ %r(.+?)%r
70
70
bool(true)
You can’t perform that action at this time.
0 commit comments