Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 14 of 14) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_API.c1124 zend_class_entry **scope = EG(current_execute_data) ? &EG(scope) : &CG(active_class_entry); in zend_update_class_constants() local
2879 zend_class_entry *scope; in zend_is_callable_check_class() local
3811 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zva… in zend_update_property_ex()
3828 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, size_t … in zend_update_property()
3846 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, si… in zend_update_property_null()
3855 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_unset_property()
3929 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_update_static_property()
3968 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_null()
3977 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_bool()
3995 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, size_t n… in zend_update_static_property_double()
[all …]
H A Dzend_dtrace.c60 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
H A Dzend_closures.c77 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
557 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
624 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
H A Dzend_constants.c297 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, zend_ulong flags) in zend_get_constant_ex()
H A Dzend_compile.h339 zend_class_entry *scope; member
390 zend_class_entry *scope; member
412 zend_class_entry *scope; member
H A Dzend_ast.c231 ZEND_API int zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope) in zend_ast_evaluate()
H A Dzend_execute_API.c553 ZEND_API int zval_update_constant_ex(zval *p, zend_bool inline_change, zend_class_entry *scope) /* … in zval_update_constant_ex()
H A Dzend_object_handlers.c1059 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
H A Dzend_globals.h164 zend_class_entry *scope; member
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.h34 zend_class_entry *scope; member
/PHP-7.0/ext/sockets/
H A Dsockaddr_conv.c23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c3709 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-7.0/ext/ldap/
H A Dldap.c707 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c811 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char* inden… in _function_string()

Completed in 90 milliseconds