Searched refs:add_property_resource (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/oci8/ |
| H A D | oci8.c | 2542 add_property_resource(value, "descriptor", column->descid);
|
| H A D | oci8_interface.c | 1090 add_property_resource(return_value, "descriptor", descriptor->id); 2390 add_property_resource(return_value, "collection", collection->id);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 449 add_property_resource(this_ptr, "httpsocket", php_stream_get_resource_id(stream)); 466 add_property_resource(this_ptr, "httpurl", ret);
|
| H A D | soap.c | 1335 add_property_resource(this_ptr, "service", ret); 2682 add_property_resource(this_ptr, "_stream_context", context->rsrc_id); 2709 add_property_resource(this_ptr, "sdl", ret); 2720 add_property_resource(this_ptr, "typemap", ret);
|
| /PHP_5_3/ext/standard/ |
| H A D | dir.c | 237 add_property_resource(return_value, "handle", dirp->rsrc_id);
|
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 335 add_property_resource(us->object, "context", context->rsrc_id); 434 add_property_resource(us->object, "context", context->rsrc_id); 1098 add_property_resource(object, "context", context->rsrc_id); 1152 add_property_resource(object, "context", context->rsrc_id); 1211 add_property_resource(object, "context", context->rsrc_id); 1276 add_property_resource(object, "context", context->rsrc_id); 1336 add_property_resource(object, "context", context->rsrc_id);
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 427 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__key)+1, __r TSRMLS_CC) macro
|
Completed in 28 milliseconds