diff options
Diffstat (limited to 'ext/satellite/object.c')
| -rw-r--r-- | ext/satellite/object.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/satellite/object.c b/ext/satellite/object.c index 9c8dbe40b7..dc9236f0f0 100644 --- a/ext/satellite/object.c +++ b/ext/satellite/object.c @@ -853,6 +853,8 @@ OrbitObject_GetProperty_exit: return success; } +/* {{{ proto string satellite_object_to_string(object obj) + Convert an object to its string representation */ PHP_FUNCTION(satellite_object_to_string) { zval **arg = NULL; @@ -892,4 +894,4 @@ PHP_FUNCTION(satellite_object_to_string) error: RETURN_NULL(); } - +/* }}} */ |
