diff options
| author | Marcus Boerger <helly@php.net> | 2004-09-30 08:04:29 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-09-30 08:04:29 +0000 |
| commit | 9d28fc6643d3f3077b6c835eae3d4779ab6fd46e (patch) | |
| tree | 82d817013e6fcb39104ae9ebb90e23b7eba1d3e2 /ext/spl/spl_functions.h | |
| parent | 854b3ebdc344aad82adb6eb2b6323ba8acd391b9 (diff) | |
| download | php-git-9d28fc6643d3f3077b6c835eae3d4779ab6fd46e.tar.gz | |
- CS: Use PHP_* instead of ZEND_* macros
Diffstat (limited to 'ext/spl/spl_functions.h')
| -rwxr-xr-x | ext/spl/spl_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h index 1383c299bf..7071b64347 100755 --- a/ext/spl/spl_functions.h +++ b/ext/spl/spl_functions.h @@ -82,7 +82,7 @@ int spl_add_classes(zend_class_entry ** ppce, zval *list, int sub, int allow, in PHP_METHOD(spl_ ## class_name, function_name) #define SPL_MA(class_name, function_name, alias_class, alias_function, arg_info, flags) \ - ZEND_MALIAS(spl_ ## alias_class, function_name, alias_function, arg_info, flags) + PHP_MALIAS(spl_ ## alias_class, function_name, alias_function, arg_info, flags) #endif /* PHP_FUNCTIONS_H */ /* |
