| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 588 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) argument 712 rcs[i] = ldap_search(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly); 754 errno = ldap_search_s(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly, &ldap_res);
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 295 ZEND_ARG_INFO(0, scope) 3590 /* {{{ proto resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) 3600 SQLUSMALLINT type, scope, nullable; local 3609 scope = (SQLUSMALLINT) vscope; 3634 scope,
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 336 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char *indent TSRMLS_DC); 481 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) 499 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) 582 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) 591 || mptr->common.scope == ce 710 zval_update_constant_ex(&zv, (void*)1, fptr->common.scope TSRMLS_CC); 797 static void _function_string(string *str, zend_function *fptr, zend_class_entry *scope, char* indent TSRMLS_DC) argument 813 string_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->common.scope ? "Method [ " : "Function [ ")); 822 if (scope && fptr->common.scope) { [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 723 char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; 743 char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; 766 char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; 991 zend_class_entry *old_scope = EG(scope); 993 EG(scope) = Z_OBJCE_P(obj); 995 EG(scope) = old_scope; 1007 zend_class_entry **scope local 1799 zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC) argument 2408 zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL; local 3361 zend_update_property(zend_class_entry *scope, zval *object, char *name, int name_length, zval *value TSRMLS_DC) argument 3385 zend_update_property_null(zend_class_entry *scope, zval *object, char *name, int name_length TSRMLS_DC) argument 3397 zend_update_property_bool(zend_class_entry *scope, zval *object, char *name, int name_length, long value TSRMLS_DC) argument 3409 zend_update_property_long(zend_class_entry *scope, zval *object, char *name, int name_length, long value TSRMLS_DC) argument 3421 zend_update_property_double(zend_class_entry *scope, zval *object, char *name, int name_length, double value TSRMLS_DC) argument 3433 zend_update_property_string(zend_class_entry *scope, zval *object, char *name, int name_length, const char *value TSRMLS_DC) argument 3445 zend_update_property_stringl(zend_class_entry *scope, zval *object, char *name, int name_length, const char *value, int value_len TSRMLS_DC) argument 3457 zend_update_static_property(zend_class_entry *scope, char *name, int name_length, zval *value TSRMLS_DC) argument 3494 zend_update_static_property_null(zend_class_entry *scope, char *name, int name_length TSRMLS_DC) argument 3506 zend_update_static_property_bool(zend_class_entry *scope, char *name, int name_length, long value TSRMLS_DC) argument 3518 zend_update_static_property_long(zend_class_entry *scope, char *name, int name_length, long value TSRMLS_DC) argument 3530 zend_update_static_property_double(zend_class_entry *scope, char *name, int name_length, double value TSRMLS_DC) argument 3542 zend_update_static_property_string(zend_class_entry *scope, char *name, int name_length, const char *value TSRMLS_DC) argument 3554 zend_update_static_property_stringl(zend_class_entry *scope, char *name, int name_length, const char *value, int value_len TSRMLS_DC) argument 3566 zend_read_property(zend_class_entry *scope, zval *object, char *name, int name_length, zend_bool silent TSRMLS_DC) argument 3591 zend_read_static_property(zend_class_entry *scope, char *name, int name_length, zend_bool silent TSRMLS_DC) argument [all...] |
| H A D | zend_compile.h | 196 zend_class_entry *scope; member in struct:_zend_op_array 251 zend_class_entry *scope; member in struct:_zend_internal_function 265 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : "") 273 zend_class_entry *scope; member in struct:_zend_function::__anon7
|
| H A D | zend_constants.c | 277 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong flags TSRMLS_DC) argument 302 if (!scope) { 304 scope = EG(scope); 306 scope = CG(active_class_entry); 312 if (scope) { 313 ce = scope; 315 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); 321 if (!scope) { 322 zend_error(E_ERROR, "Cannot access parent:: when no class scope i [all...] |
| H A D | zend_globals.h | 199 zend_class_entry *scope; member in struct:_zend_executor_globals
|
| H A D | zend_object_handlers.c | 167 return zend_check_protected(property_info->ce, EG(scope)); 169 if ((ce==EG(scope) || property_info->ce == EG(scope)) && EG(scope)) { 231 /* Try to look in the scope instead */ 236 if (EG(scope) != ce 237 && is_derived_class(ce, EG(scope)) 238 && EG(scope) 239 && zend_hash_quick_find(&EG(scope)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, h, (void **) &scope_property_info)==SUCCESS 759 * 1. The class of our object is the same as the scope, an 795 zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) argument [all...] |
| H A D | zend_vm_def.h | 2035 if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { 2059 zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name, verb); 2236 EG(scope) = EX(current_scope); 2265 zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->common.scope->name, EX(function_state).function->common.function_name); 2270 EX(function_state).function->common.scope ? EX(function_state).function->common.scope->name : "", 2271 EX(function_state).function->common.scope ? "::" : "", 2275 if (EX(function_state).function->common.scope && 2281 zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically", EX(function_state).function->common.scope->name, EX(function_state).function->common.function_name); 2285 zend_error_noreturn(E_ERROR, "Non-static method %s::%s() cannot be called statically", EX(function_state).function->common.scope 3058 EG(scope) = ce; variable 3060 EG(scope) = old_scope; variable [all...] |