Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_API.c1057 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zval_update_class_constant() local
1091 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants() local
2778 zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL; in zend_is_callable_check_class() local
3755 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3779 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, int name… in zend_unset_property()
3803 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3875 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length… in zend_update_static_property()
3912 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_null()
3924 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_bool()
3936 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_long()
[all …]
H A Dzend_dtrace.c50 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
H A Dzend_constants.c302 …d_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong fl… in zend_get_constant_ex()
H A Dzend_closures.c457 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *th… in zend_create_closure()
H A Dzend_compile.h271 zend_class_entry *scope; member
328 zend_class_entry *scope; member
348 zend_class_entry *scope; member
H A Dzend_object_handlers.c994 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
H A Dzend_globals.h201 zend_class_entry *scope; member
/PHP-5.6/ext/sockets/
H A Dsockaddr_conv.c23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c3661 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-5.6/ext/ldap/
H A Dldap.c703 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c860 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char* inden… in _function_string()

Completed in 75 milliseconds