Lines Matching defs:scope

2140 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,…  in zend_register_functions()
2908 static int zend_is_callable_check_class(zend_string *name, zend_class_entry *scope, zend_fcall_info… in zend_is_callable_check_class()
2966 zend_class_entry *scope; in zend_is_callable_check_class() local
3022 zend_class_entry *scope; in zend_is_callable_check_func() local
4113 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zva… in zend_update_property_ex()
4127 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, size_t … in zend_update_property()
4142 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, si… in zend_update_property_null()
4151 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_unset_property()
4166 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, si… in zend_update_property_bool()
4175 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, si… in zend_update_property_long()
4184 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_double()
4193 ZEND_API void zend_update_property_str(zend_class_entry *scope, zval *object, const char *name, siz… in zend_update_property_str()
4202 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string()
4212 ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name,… in zend_update_property_stringl()
4222 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value… in zend_update_static_property_ex()
4258 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_update_static_property()
4267 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_null()
4276 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_bool()
4285 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_long()
4294 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, size_t n… in zend_update_static_property_double()
4303 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, size_t n… in zend_update_static_property_string()
4313 ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property_stringl()
4323 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zend… in zend_read_property_ex()
4338 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_read_property()
4350 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s… in zend_read_static_property_ex()
4363 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_read_static_property()