Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.c1007 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants() local
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()
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()
[all …]
H A Dzend_constants.c277 …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_compile.h196 zend_class_entry *scope; member
251 zend_class_entry *scope; member
273 zend_class_entry *scope; member
H A Dzend_object_handlers.c795 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.3/ext/ldap/
H A Dldap.c588 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c3600 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c797 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char* inden… in _function_string()

Completed in 129 milliseconds