Lines Matching defs:scope

1007 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);  in zend_update_class_constants()  local
1799 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions()
2408 zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL; in zend_is_callable_check_class() local
3361 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, char *name, int name_leng… in zend_update_property()
3385 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_null()
3397 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_bool()
3409 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_long()
3421 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, char *name, int na… in zend_update_property_double()
3433 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, char *name, int na… in zend_update_property_string()
3445 ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, char *name, int n… in zend_update_property_stringl()
3457 ZEND_API int zend_update_static_property(zend_class_entry *scope, char *name, int name_length, zval… in zend_update_static_property()
3494 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, char *name, int name_length … in zend_update_static_property_null()
3506 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, char *name, int name_length,… in zend_update_static_property_bool()
3518 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, char *name, int name_length,… in zend_update_static_property_long()
3530 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, char *name, int name_lengt… in zend_update_static_property_double()
3542 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, char *name, int name_lengt… in zend_update_static_property_string()
3554 ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, char *name, int name_leng… in zend_update_static_property_stringl()
3566 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, char *name, int name_lengt… in zend_read_property()
3591 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, char *name, int name_length, zend… in zend_read_static_property()