Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1029 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zval_update_class_constant() local
1063 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants() local
2659 zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL; in zend_is_callable_check_class() local
3637 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3661 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3733 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length… in zend_update_static_property()
3770 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_null()
3782 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_bool()
3794 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_long()
3806 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, int name… in zend_update_static_property_double()
[all …]
H A Dzend_dtrace.c50 const char *scope, *filename, *funcname, *classname; in dtrace_execute() local
H A Dzend_constants.c315 …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.c443 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.h259 zend_class_entry *scope; member
312 zend_class_entry *scope; member
332 zend_class_entry *scope; member
H A Dzend_object_handlers.c959 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
H A Dzend_globals.h199 zend_class_entry *scope; member
/PHP-5.4/ext/sockets/
H A Dsockets.c620 char *scope = strchr(string, '%'); local
/PHP-5.4/ext/ldap/
H A Dldap.c626 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c3633 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c822 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char* inden… in _function_string()

Completed in 85 milliseconds