Home
last modified time | relevance | path

Searched defs:obj (Results 126 – 150 of 152) sorted by relevance

1234567

/php-src/Zend/
H A Dzend_attributes.c264 ZEND_API zend_result zend_get_attribute_object(zval *obj, zend_class_entry *attribute_ce, zend_attr… in zend_get_attribute_object()
H A Dzend_weakrefs.c476 zend_object *obj = zend_weakref_key_to_object(obj_key); in zend_weakmap_get_properties_for() local
H A Dzend_types.h321 zend_object *obj; member
831 #define OBJ_FLAGS(obj) GC_FLAGS(obj) argument
838 #define OBJ_EXTRA_FLAGS(obj) ((obj)->extra_flags) argument
H A Dzend_compile.h459 #define OBJ_PROP(obj, offset) \ argument
461 #define OBJ_PROP_NUM(obj, num) \ argument
H A Dzend_vm_def.h3544 zend_object *obj; variable
5937 zval *obj; variable
H A Dzend_API.h589 static zend_always_inline void add_assoc_object(zval *arg, const char *key, zend_object *obj) { in add_assoc_object()
675 static zend_always_inline void add_property_object(zval *arg, const char *key, zend_object *obj) { in add_property_object()
H A Dzend_operators.c858 zend_object *obj; in convert_to_object() local
/php-src/ext/curl/
H A Dmulti.c53 static inline php_curlm *curl_multi_from_obj(zend_object *obj) { in curl_multi_from_obj()
H A Dinterface.c530 zend_result curl_cast_object(zend_object *obj, zval *result, int type) in curl_cast_object()
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h84 static inline mysqli_object *php_mysqli_fetch_object(zend_object *obj) { in php_mysqli_fetch_object()
H A Dmysqli_api.c689 zval obj; in PHP_FUNCTION() local
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c38 php_com_dotnet_object *obj; member
/php-src/ext/hash/
H A Dhash.c1374 static void php_hashcontext_dtor(zend_object *obj) { in php_hashcontext_dtor()
1390 static void php_hashcontext_free(zend_object *obj) { in php_hashcontext_free()
/php-src/ext/openssl/
H A Dopenssl.c196 static inline php_openssl_request_object *php_openssl_request_from_obj(zend_object *obj) { in php_openssl_request_from_obj()
236 static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_object *obj) { in php_openssl_pkey_from_obj()
255 php_openssl_pkey_object *obj = Z_OPENSSL_PKEY_P(zv); in php_openssl_pkey_object_init() local
675 ASN1_OBJECT * obj; in php_openssl_add_assoc_name_entry() local
3641 php_openssl_pkey_object *obj = php_openssl_pkey_from_obj(Z_OBJ_P(val)); in php_openssl_pkey_from_zval() local
5203 ASN1_OBJECT *obj = OBJ_nid2obj(nid); in PHP_FUNCTION() local
5330 ASN1_OBJECT *obj; in PHP_FUNCTION() local
/php-src/ext/reflection/
H A Dphp_reflection.c175 zval obj; member
182 static inline reflection_object *reflection_object_from_obj(zend_object *obj) { in reflection_object_from_obj()
279 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc()
314 static void _class_string(smart_str *str, zend_class_entry *ce, zval *obj, const char *indent) in _class_string()
3282 zval *obj = NULL; in ZEND_METHOD() local
4447 zend_object *obj; in ZEND_METHOD() local
4804 zval obj; in ZEND_METHOD() local
5020 zend_object *obj; in reflection_class_new_lazy() local
7114 zval obj; in ZEND_METHOD() local
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c877 zval *obj, *val; local
/php-src/ext/gd/
H A Dgd.c153 static zend_always_inline php_gd_image_object* php_gd_exgdimage_from_zobj_p(zend_object* obj) in php_gd_exgdimage_from_zobj_p()
229 static zend_object *php_gd_font_object_to_zend_object(php_gd_font_object *obj) in php_gd_font_object_to_zend_object()
236 php_gd_font_object *obj = zend_object_alloc(sizeof(php_gd_font_object), ce); in php_gd_font_object_create() local
249 php_gd_font_object *obj = php_gd_font_object_from_zend_object(zobj); in php_gd_font_object_free() local
/php-src/ext/soap/
H A Dphp_soap.h261 static inline soap_url_object *soap_url_object_fetch(zend_object *obj) in soap_url_object_fetch()
/php-src/ext/libxml/
H A Dlibxml.c342 php_libxml_node_object *obj = ptr->_private; in php_libxml_node_free_list() local
/php-src/ext/spl/
H A Dspl_directory.c54 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
66 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
/php-src/ext/xml/
H A Dxml.c306 static inline xml_parser *xml_parser_from_obj(zend_object *obj) { in xml_parser_from_obj()
/php-src/ext/date/
H A Dphp_date.c1707 php_interval_obj *obj; in date_interval_has_property() local
4481 php_interval_obj *obj; in date_interval_read_property() local
4534 php_interval_obj *obj; in date_interval_write_property() local
/php-src/ext/sockets/
H A Dsockets.c161 static inline php_addrinfo *address_info_from_obj(zend_object *obj) { in address_info_from_obj()
/php-src/ext/session/
H A Dsession.c2105 zval *obj = NULL; in PHP_FUNCTION() local
/php-src/ext/phar/
H A Dphar_object.c1843 zval *obj; in PHP_METHOD() local

Completed in 243 milliseconds

1234567