Skip to content

Commit f740668

Browse files
committed
Replace ext name
1 parent 8c52c5e commit f740668

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/spx_custom_metadata.phpt

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ foreach ($metadataStrings as $metadataString) {
4343
"host_name": "%s",
4444
"process_pid": %d,
4545
"process_tid": %d,
46-
"process_pwd": "%S\/herd-spx-extension%S",
46+
"process_pwd": "%S\/php-spx%S",
4747
"cli": 1,
48-
"cli_command_line": "%S\/herd-spx-extension%S\/tests\/spx_custom_metadata.php",
48+
"cli_command_line": "%S\/php-spx%S\/tests\/spx_custom_metadata.php",
4949
"http_request_uri": "n\/a",
5050
"http_method": "GET",
5151
"http_host": "n\/a",
@@ -66,9 +66,9 @@ foreach ($metadataStrings as $metadataString) {
6666
"host_name": "%s",
6767
"process_pid": %d,
6868
"process_tid": %d,
69-
"process_pwd": "%S\/herd-spx-extension%S",
69+
"process_pwd": "%S\/php-spx%S",
7070
"cli": 1,
71-
"cli_command_line": "%S\/herd-spx-extension%S\/tests\/spx_custom_metadata.php",
71+
"cli_command_line": "%S\/php-spx%S\/tests\/spx_custom_metadata.php",
7272
"http_request_uri": "n\/a",
7373
"http_method": "GET",
7474
"http_host": "n\/a",
@@ -89,9 +89,9 @@ foreach ($metadataStrings as $metadataString) {
8989
"host_name": "%s",
9090
"process_pid": %d,
9191
"process_tid": %d,
92-
"process_pwd": "%S\/herd-spx-extension%S",
92+
"process_pwd": "%S\/php-spx%S",
9393
"cli": 1,
94-
"cli_command_line": "%S\/herd-spx-extension%S\/tests\/spx_custom_metadata.php",
94+
"cli_command_line": "%S\/php-spx%S\/tests\/spx_custom_metadata.php",
9595
"http_request_uri": "n\/a",
9696
"http_method": "GET",
9797
"http_host": "n\/a",
@@ -106,18 +106,18 @@ foreach ($metadataStrings as $metadataString) {
106106
,"zm"
107107
]
108108
}
109-
PHP Notice: SPX: spx_profiler_full_report_set_custom_metadata_str(): too large $customMetadataStr string, it must not exceed 4KB in %S/herd-spx-extension%S/tests/spx_custom_metadata.php on line 18
109+
PHP Notice: SPX: spx_profiler_full_report_set_custom_metadata_str(): too large $customMetadataStr string, it must not exceed 4KB in %S/php-spx%S/tests/spx_custom_metadata.php on line 18
110110

111-
Notice: SPX: spx_profiler_full_report_set_custom_metadata_str(): too large $customMetadataStr string, it must not exceed 4KB in %S/herd-spx-extension%S/tests/spx_custom_metadata.php on line 18
111+
Notice: SPX: spx_profiler_full_report_set_custom_metadata_str(): too large $customMetadataStr string, it must not exceed 4KB in %S/php-spx%S/tests/spx_custom_metadata.php on line 18
112112
{
113113
"key": "spx-full-%s",
114114
"exec_ts": %d,
115115
"host_name": "%s",
116116
"process_pid": %d,
117117
"process_tid": %d,
118-
"process_pwd": "%S\/herd-spx-extension%S",
118+
"process_pwd": "%S\/php-spx%S",
119119
"cli": 1,
120-
"cli_command_line": "%S\/herd-spx-extension%S\/tests\/spx_custom_metadata.php",
120+
"cli_command_line": "%S\/php-spx%S\/tests\/spx_custom_metadata.php",
121121
"http_request_uri": "n\/a",
122122
"http_method": "GET",
123123
"http_host": "n\/a",
@@ -138,9 +138,9 @@ Notice: SPX: spx_profiler_full_report_set_custom_metadata_str(): too large $cust
138138
"host_name": "%s",
139139
"process_pid": %d,
140140
"process_tid": %d,
141-
"process_pwd": "%S\/herd-spx-extension%S",
141+
"process_pwd": "%S\/php-spx%S",
142142
"cli": 1,
143-
"cli_command_line": "%S\/herd-spx-extension%S\/tests\/spx_custom_metadata.php",
143+
"cli_command_line": "%S\/php-spx%S\/tests\/spx_custom_metadata.php",
144144
"http_request_uri": "n\/a",
145145
"http_method": "GET",
146146
"http_host": "n\/a",

0 commit comments

Comments
 (0)