diff options
| author | Johannes Schlüter <johannes@php.net> | 2006-10-18 17:17:18 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2006-10-18 17:17:18 +0000 |
| commit | 2193a77eed667b4861c9bee9d9894a7f3812cb2d (patch) | |
| tree | b8fa6a05e086274955027c29d986e9e06e6d97b0 /Zend/zend_constants.c | |
| parent | 6841110122bb95e4a30fd3f504fd2b01373a7a4b (diff) | |
| download | php-git-2193a77eed667b4861c9bee9d9894a7f3812cb2d.tar.gz | |
- Here, too
Diffstat (limited to 'Zend/zend_constants.c')
| -rw-r--r-- | Zend/zend_constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 08de962cd6..5554517970 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -304,7 +304,7 @@ ZEND_API int zend_get_constant_ex(char *name, uint name_len, zval *result, zend_ ZEND_API int zend_get_constant(char *name, uint name_len, zval *result TSRMLS_DC) { - zend_get_constant_ex(name, name_len, result, NULL TSRMLS_CC); + return zend_get_constant_ex(name, name_len, result, NULL TSRMLS_CC); } ZEND_API int zend_register_constant(zend_constant *c TSRMLS_DC) |
