Home
last modified time | relevance | path

Searched refs:scope (Results 126 – 150 of 244) sorted by relevance

12345678910

/PHP-8.0/Zend/tests/
H A Dbug44141.phpt26 Fatal error: Uncaught Error: Call to private X::__construct() from scope Y in %s:%d
H A Daccess_modifiers_008.phpt21 Fatal error: Call to protected method B1::f() from scope B2 in %s on line %d
H A Daccess_modifiers_009.phpt26 Fatal error: Call to protected method B1::f() from scope B2 in %s on line %d
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from scope a in %s:%d
H A Ddynamic_call_005.phpt2 Dynamic calls to scope introspection functions are forbidden
H A Dglobals_001.phpt2 globals in global scope
H A Dglobals_002.phpt2 globals in local scope
H A Dbug75218.phpt23 __HALT_COMPILER() can only be used from the outermost scope
H A Dbug70685.phpt21 Warning: Cannot rebind scope of closure created from method in %s on line %d
H A Dget_class_vars_004.phpt2 get_class_vars(): Testing the scope
H A Dglobals_003.phpt2 globals in local scope - 2
H A Dclosure_042.phpt2 Closure 042: Binding an instance to a non-scoped non-static closures gives it a dummy scope
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
7 * the invariants that, for non-static closures, having a scope is equivalent
H A Dget_class_vars_002.phpt2 get_class_vars(): Testing the scope
/PHP-8.0/Zend/tests/traits/
H A Dlanguage008b.phpt30 Fatal error: Uncaught Error: Call to private method MyClass::sayHelloWorld() from global scope in %…
/PHP-8.0/tests/classes/
H A Dprivate_004.phpt30 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprivate_005.phpt30 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprotected_001.phpt24 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dprotected_001b.phpt25 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dbug27504.phpt31 Call to private method foo::bar() from global scope
H A Dprivate_004b.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
H A Dprivate_002.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from scope fail in %s:%d
/PHP-8.0/Zend/
H A Dzend_attributes.h63 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope);
72 …ult zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_class_entry *scope);
/PHP-8.0/Zend/tests/attributes/
H A D017_closure_scope.phpt2 Attributes make use of closure scope.
/PHP-8.0/ext/ffi/tests/
H A D300.phpt18 $ffi = FFI::scope("TEST_300");

Completed in 35 milliseconds

12345678910