diff options
author | David Eriksson <eriksson@php.net> | 2001-08-09 21:55:10 +0000 |
---|---|---|
committer | David Eriksson <eriksson@php.net> | 2001-08-09 21:55:10 +0000 |
commit | ece087b842df61a66b9bbadef97d159573c7fd81 (patch) | |
tree | 8e5b114b7fa78bdcdcab29f49d6fbea4ad13c927 /ext/satellite/php_orbit.h | |
parent | 114d33ae07690c4e205e0a1a7550c46554a01821 (diff) | |
download | php-git-ece087b842df61a66b9bbadef97d159573c7fd81.tar.gz |
(PHP satellite_object_to_string) Added function to get IOR of object.
Diffstat (limited to 'ext/satellite/php_orbit.h')
-rw-r--r-- | ext/satellite/php_orbit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/satellite/php_orbit.h b/ext/satellite/php_orbit.h index 5b0bf61034..62c3edca4b 100644 --- a/ext/satellite/php_orbit.h +++ b/ext/satellite/php_orbit.h @@ -33,6 +33,7 @@ extern zend_module_entry satellite_module_entry; PHP_FUNCTION(satellite_load_idl); PHP_FUNCTION(satellite_get_repository_id); +PHP_FUNCTION(satellite_object_to_string); /* exception handling */ PHP_FUNCTION(satellite_caught_exception); |