Browse Source

oops

experimental/newoperator
Andrey Hristov 27 years ago
parent
commit
26a7fe78f2
  1. 2
      ext/standard/basic_functions.c

2
ext/standard/basic_functions.c

@ -2681,7 +2681,7 @@ PHP_FUNCTION(array_splice)
{
zval **args, /* Function arguments array */
*array; /* Input array */
*new_hash = NULL; /* Output array's hash */
HashTable *new_hash = NULL; /* Output array's hash */
int argc, /* Number of function arguments */
offset,
length;

Loading…
Cancel
Save