Lines Matching refs:zval
37 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message()
52 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property()
64 static void incomplete_class_write_property(zval *object, zval *member, zval *value, void **cache_s… in incomplete_class_write_property()
70 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr()
77 static void incomplete_class_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in incomplete_class_unset_property()
83 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, void **cache_… in incomplete_class_has_property()
90 … *incomplete_class_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in incomplete_class_get_method()
92 zval zobject; in incomplete_class_get_method()
135 PHPAPI zend_string *php_lookup_class_name(zval *object) in php_lookup_class_name()
137 zval *val; in php_lookup_class_name()
152 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name()
154 zval val; in php_store_class_name()