diff options
author | Marcus Boerger <helly@php.net> | 2003-05-25 12:10:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-25 12:10:48 +0000 |
commit | 2f0ea97617f1ac63ef5fa8a78b132c116fd0e9ce (patch) | |
tree | 7177a011feab6e9ab4ae21a356ce8404ab350be4 /ext/spl/php_spl.c | |
parent | 70fa1ff7f51089a5c1ffbde12c4e4a7e0f432fd9 (diff) | |
download | php-git-2f0ea97617f1ac63ef5fa8a78b132c116fd0e9ce.tar.gz |
Speling
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 84f86fa931..3794afdfa6 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -104,7 +104,7 @@ static void spl_init_globals(zend_spl_globals *spl_globals) ZEND_EXECUTE_HOOK(ZEND_FE_FETCH); #endif -#if defined(SPL_ARRAY_READ) | defined(SPl_ARRAY_WRITE) +#if defined(SPL_ARRAY_READ) | defined(SPL_ARRAY_WRITE) ZEND_EXECUTE_HOOK(ZEND_FETCH_DIM_R); ZEND_EXECUTE_HOOK(ZEND_FETCH_DIM_W); ZEND_EXECUTE_HOOK(ZEND_FETCH_DIM_RW); |