Searched refs:add_property_resource (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/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_TRUNK/main/streams/ |
| H A D | userspace.c | 294 add_property_resource(object, "context", context->rsrc_id);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | dir.c | 241 add_property_resource(return_value, "handle", dirp->rsrc_id);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 443 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__key)+1, __r TSRMLS_CC) macro
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_http.c | 511 add_property_resource(this_ptr, "httpsocket", php_stream_get_resource_id(stream)); 528 add_property_resource(this_ptr, "httpurl", ret);
|
| H A D | soap.c | 1219 add_property_resource(this_ptr, "service", ret); 2489 add_property_resource(this_ptr, "_stream_context", context->rsrc_id); 2526 add_property_resource(this_ptr, "sdl", ret); 2537 add_property_resource(this_ptr, "typemap", ret);
|
Completed in 27 milliseconds