mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
count/sizeof had their arguments setup wrong (messup between Beta 1 and 2)
This commit is contained in:
parent
37d7d08482
commit
edabed5604
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(uasort, first_arg_force_ref)
|
||||
PHP_FE(uksort, first_arg_force_ref)
|
||||
PHP_FE(array_walk, first_arg_force_ref)
|
||||
PHP_FALIAS(sizeof, count, first_arg_force_ref)
|
||||
PHP_FE(count, first_arg_force_ref)
|
||||
PHP_FALIAS(sizeof, count, first_arg_allow_ref)
|
||||
PHP_FE(count, first_arg_allow_ref)
|
||||
PHP_FE(end, first_arg_force_ref)
|
||||
PHP_FE(prev, first_arg_force_ref)
|
||||
PHP_FE(next, first_arg_force_ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue