Home
last modified time | relevance | path

Searched refs:scope (Results 151 – 175 of 235) sorted by relevance

12345678910

/php-src/Zend/
H A Dzend_attributes.h67 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope);
76 …ult zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_class_entry *scope);
H A Dzend_object_handlers.h198 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
236 ZEND_API bool zend_check_protected(const zend_class_entry *ce, const zend_class_entry *scope);
H A Dzend_constants.h79 ZEND_API zval *zend_get_constant_ex(zend_string *name, zend_class_entry *scope, uint32_t flags);
80 …t_ex(zend_string *class_name, zend_string *constant_name, zend_class_entry *scope, uint32_t flags);
H A Dzend_execute.c679 if (zf->common.scope) { in zend_verify_type_error_common()
978 return value_ce == scope; in zend_check_and_resolve_property_or_class_constant_class_type()
1303 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_internal_call_arginfo_violation()
1304 fbc->common.scope ? "::" : "", in zend_internal_call_arginfo_violation()
1377 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1387 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1443 if (zf->common.scope) { in zend_verify_void_return_error()
1727 if (fbc->common.scope) { in zend_deprecated_function()
2281 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_param_must_be_ref()
2282 func->common.scope ? "::" : "", in zend_param_must_be_ref()
[all …]
/php-src/tests/classes/
H A Dprivate_004b.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprivate_redeclare.phpt38 Fatal error: Uncaught Error: Call to private method base::show() from scope derived in %s:%d
H A Dprivate_002.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprivate_003.phpt34 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprivate_003b.phpt35 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprotected_002.phpt33 Fatal error: Uncaught Error: Call to protected method pass::show() from scope fail in %s:%d
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
/php-src/Zend/tests/
H A Dget_class_vars_002.phpt2 get_class_vars(): Testing the scope
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A Dget_class_methods_003.phpt2 get_class_methods(): Testing scope
H A Ddynamic_call_006.phpt2 Dynamic calls to scope introspection functions are forbidden (function variations)
H A D003.phpt82 func_get_args() cannot be called from the global scope
H A Dclosure_058.phpt2 Closure 058: Closure scope and object
H A Dfirst_class_callable_errors.phpt56 Call to private method Test::privateMethod() from global scope
/php-src/Zend/tests/attributes/
H A D017_closure_scope.phpt2 Attributes make use of closure scope.
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt54 echo "Accessing D from global scope:\n";
64 Accessing D from global scope:
/php-src/ext/pdo_sqlite/tests/
H A Dbug_47769.phpt36 Fatal error: Uncaught Error: Call to protected method TestClass::isProtected() from global scope in…
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c214 if (ops->scope) { in phpdbg_print_symbols()
215 …phpdbg_notice("Variables in %s::%s() (%d)", ops->scope->name->val, ops->function_name->val, zend_h… in phpdbg_print_symbols()
313 if (ops->scope) { in PHPDBG_INFO()
314 …phpdbg_notice("Literal Constants in %s::%s() (%d)", ops->scope->name->val, ops->function_name->val… in PHPDBG_INFO()
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt156 echo 'Function scope cannot closure over protected instance method'."\n";
168 echo 'Function scope cannot closure over private instance method'."\n";
209 Function scope cannot closure over protected instance method
210 Function scope cannot closure over private instance method
/php-src/ext/reflection/tests/
H A DReflectionReference_errors.phpt46 Call to private ReflectionReference::__construct() from global scope
/php-src/Zend/tests/readonly_props/
H A Dunset.phpt64 Cannot unset readonly property Test3::$prop from global scope

Completed in 55 milliseconds

12345678910