Lines Matching refs:zval
37 static void incomplete_class_message(zval *object, int error_type TSRMLS_DC) in incomplete_class_message()
57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal… in incomplete_class_get_property()
69 static void incomplete_class_write_property(zval *object, zval *member, zval *value, const zend_lit… in incomplete_class_write_property()
75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, const zen… in incomplete_class_get_property_ptr_ptr()
82 static void incomplete_class_unset_property(zval *object, zval *member, const zend_literal *key TSR… in incomplete_class_unset_property()
88 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, const zend_li… in incomplete_class_has_property()
95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_le… in incomplete_class_get_method()
138 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen) in php_lookup_class_name()
140 zval **val; in php_lookup_class_name()
161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
163 zval *val; in php_store_class_name()