Searched refs:add_property_resource (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/oci8/ |
H A D | oci8_interface.c | 991 add_property_resource(return_value, "descriptor", descriptor->id); in PHP_FUNCTION() 2301 add_property_resource(return_value, "collection", collection->id); in PHP_FUNCTION()
|
H A D | oci8.c | 1743 add_property_resource(value, "descriptor", column->descid); in php_oci_column_to_zval()
|
/PHP-8.1/main/streams/ |
H A D | userspace.c | 293 add_property_resource(object, "context", context->res); in user_stream_create_object()
|
/PHP-8.1/Zend/ |
H A D | zend_API.h | 580 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… macro
|
Completed in 56 milliseconds