Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_dtrace.c50 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
H A Dzend_API.c1058 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zval_update_class_constant() local
1092 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants() local
2722 zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL; in zend_is_callable_check_class() local
3700 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3724 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3796 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length… in zend_update_static_property()
3833 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_null()
3845 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_bool()
3857 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_l… in zend_update_static_property_long()
3869 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_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.c442 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.h265 zend_class_entry *scope; member
322 zend_class_entry *scope; member
342 zend_class_entry *scope; member
H A Dzend_object_handlers.c965 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
H A Dzend_globals.h194 zend_class_entry *scope; member
/PHP-5.5/ext/sockets/
H A Dsockaddr_conv.c23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
/PHP-5.5/ext/ldap/
H A Dldap.c626 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3650 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-5.5/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 71 milliseconds