diff options
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation16.phpt')
-rw-r--r-- | ext/tokenizer/tests/token_get_all_variation16.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation16.phpt b/ext/tokenizer/tests/token_get_all_variation16.phpt index db9bde1ad6..88fa59760f 100644 --- a/ext/tokenizer/tests/token_get_all_variation16.phpt +++ b/ext/tokenizer/tests/token_get_all_variation16.phpt @@ -12,11 +12,11 @@ Test token_get_all() function : usage variations - with function constructs /* * Testing token_get_all() with different function keywords * function - T_FUNCTION(333), return - T_RETURN(335) - * different functions: - * include() - T_INCLUDE(262), print() - T_PRINT(266), - * isset() - T_ISSET(349), list() - T_LIST(358), - * require() - T_REQUIRE(259), empty() - T_EMPTY(350), - * declare() - T_DECLARE(324), array() - T_ARRAY(359), + * different functions: + * include() - T_INCLUDE(262), print() - T_PRINT(266), + * isset() - T_ISSET(349), list() - T_LIST(358), + * require() - T_REQUIRE(259), empty() - T_EMPTY(350), + * declare() - T_DECLARE(324), array() - T_ARRAY(359), * __halt_compiler() - T_HALT_COMPILER(351) */ |