File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PHP_ARG_ENABLE([ zend-test] ,
2
- [ whether to enable zend-test extension] ,
2
+ [ whether to enable zend_test extension] ,
3
3
[ AS_HELP_STRING ( [ --enable-zend-test] ,
4
4
[ Enable zend_test extension] ) ] )
5
5
Original file line number Diff line number Diff line change @@ -1207,7 +1207,7 @@ PHP_MSHUTDOWN_FUNCTION(zend_test)
1207
1207
zend_test_observer_shutdown (SHUTDOWN_FUNC_ARGS_PASSTHRU );
1208
1208
1209
1209
if (ZT_G (print_stderr_mshutdown )) {
1210
- fprintf (stderr , "[zend-test ] MSHUTDOWN\n" );
1210
+ fprintf (stderr , "[zend_test ] MSHUTDOWN\n" );
1211
1211
}
1212
1212
1213
1213
return SUCCESS ;
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ zend_test.print_stderr_mshutdown=1
10
10
==DONE==
11
11
--EXPECTF--
12
12
==DONE==
13
- [zend-test ] MSHUTDOWN
13
+ [zend_test ] MSHUTDOWN
You can’t perform that action at this time.
0 commit comments