Lines Matching defs:TSRMLS_DC

105 ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC) /* {{{ */  in zend_std_get_properties()
116 ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_std_get_gc()
138 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_std_get_debug_info()
145 static zval *zend_std_call_getter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_getter()
170 static int zend_std_call_setter(zval *object, zval *member, zval *value TSRMLS_DC) /* {{{ */ in zend_std_call_setter()
200 static void zend_std_call_unsetter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_unsetter()
216 static zval *zend_std_call_issetter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_issetter()
237 …nd_verify_property_access(zend_property_info *property_info, zend_class_entry *ce TSRMLS_DC) /* {{… in zend_verify_property_access()
270 …_info_quick(zend_class_entry *ce, zval *member, int silent, const zend_literal *key TSRMLS_DC) /* … in zend_get_property_info_quick()
355 …ty_info *zend_get_property_info(zend_class_entry *ce, zval *member, int silent TSRMLS_DC) /* {{{ */ in zend_get_property_info()
361 …perty_access(zend_object *zobj, const char *prop_info_name, int prop_info_name_len TSRMLS_DC) /* {… in zend_check_property_access()
422 …end_std_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) /* … in zend_std_read_property()
523 …std_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) /* … in zend_std_write_property()
634 zval *zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in zend_std_read_dimension()
668 static void zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in zend_std_write_dimension()
686 static int zend_std_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in zend_std_has_dimension()
717 …_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) /* … in zend_std_get_property_ptr_ptr()
794 static void zend_std_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_DC) … in zend_std_unset_property()
859 static void zend_std_unset_dimension(zval *object, zval *offset TSRMLS_DC) /* {{{ */ in zend_std_unset_dimension()
922 …try *ce, char *function_name_strval, int function_name_strlen, ulong hash_value TSRMLS_DC) /* {{{ … in zend_check_private_int()
957 …on *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC) /* … in zend_check_private()
1008 …ethod(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC) /* … in zend_std_get_method()
1153 …const char *function_name_strval, int function_name_strlen, const zend_literal *key TSRMLS_DC) /* … in zend_std_get_static_method()
1242 …ar *property_name, int property_name_len, zend_bool silent, const zend_literal *key TSRMLS_DC) /* … in zend_std_get_static_property()
1299 …ntry *ce, const char *property_name, int property_name_len, const zend_literal *key TSRMLS_DC) /* … in zend_std_unset_static_property()
1306 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_std_get_constructor()
1345 static int zend_std_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in zend_std_compare_objects()
1403 …as_property(zval *object, zval *member, int has_set_exists, const zend_literal *key TSRMLS_DC) /* … in zend_std_has_property()
1497 zend_class_entry *zend_std_object_get_class(const zval *object TSRMLS_DC) /* {{{ */ in zend_std_object_get_class()
1506 …t zval *object, const char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC) /* {{{ */ in zend_std_object_get_class_name()
1527 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC) /* {{… in zend_std_cast_object_tostring()
1598 …zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zobj_ptr TSRMLS_DC) /* {{{ … in zend_std_get_closure()