diff options
Diffstat (limited to 'src/sp_sloppy.c')
| -rw-r--r-- | src/sp_sloppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_sloppy.c b/src/sp_sloppy.c index ff2d644..8afddc9 100644 --- a/src/sp_sloppy.c +++ b/src/sp_sloppy.c | |||
| @@ -69,7 +69,7 @@ static void array_handler(INTERNAL_FUNCTION_PARAMETERS, const char* name, | |||
| 69 | 69 | ||
| 70 | ZVAL_STRING(&func_name, name); | 70 | ZVAL_STRING(&func_name, name); |
| 71 | 71 | ||
| 72 | handler = zend_hash_str_find_ptr(SNUFFLEUPAGUS_G(sp_internal_functions_hook), | 72 | handler = zend_hash_str_find_ptr(SPG(sp_internal_functions_hook), |
| 73 | name, size); | 73 | name, size); |
| 74 | zend_internal_function* func = | 74 | zend_internal_function* func = |
| 75 | zend_hash_str_find_ptr(CG(function_table), name, size); | 75 | zend_hash_str_find_ptr(CG(function_table), name, size); |
