Home
last modified time | relevance | path

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

12345678910

/php-src/Zend/tests/
H A Dget_class_vars_003.phpt2 get_class_vars(): Testing the scope
H A Dbug61025.phpt21 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from global scope in %s:%d
H A Dbug44141.phpt26 Fatal error: Uncaught Error: Call to private X::__construct() from scope Y in %s:%d
H A Dclosure_033.phpt28 Fatal error: Uncaught Error: Call to private method Test::func() from global scope in %s:%d
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 Dbug75474.phpt2 Bug #75474: function scope static variables are not bound to a unique function
H A Dglobals_001.phpt2 globals in global scope
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 Dbug70685.phpt21 Warning: Cannot rebind scope of closure created from method in %s on line %d
H A Dbug75218.phpt23 __HALT_COMPILER() can only be used from the outermost scope
H A Dget_class_vars_004.phpt2 get_class_vars(): Testing the scope
H A Dglobals_002.phpt2 globals in local scope
H A Dclosure_042.phpt2 Closure 042: Binding an instance to a non-scoped non-static closures gives it a dummy scope
H A Dglobals_003.phpt2 globals in local scope - 2
/php-src/tests/classes/
H A Dprivate_001.phpt24 Fatal error: Uncaught Error: Call to private method pass::show() from global scope in %s:%d
H A Dbug27504.phpt31 Call to private method foo::bar() from global scope
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
/php-src/ext/spl/tests/
H A Dspl_autoload_called_scope.phpt2 SPL autoloader should not do anything magic with called scope
/php-src/ext/reflection/
H A Dphp_reflection.c149 zend_class_entry *scope; member
830 if (scope && fptr->common.scope) { in _function_string()
831 if (fptr->common.scope != scope) { in _function_string()
861 if (fptr->common.scope) { in _function_string()
1158 reference->scope = scope; in reflection_attribute_factory()
1353 intern->ce = fptr->common.scope; in reflection_parameter_factory()
2451 ce = fptr->common.scope; in ZEND_METHOD()
2669 if (param->fptr->common.scope) { in ZEND_METHOD()
2865 zend_class_entry *scope = param->fptr->common.scope; in ZEND_METHOD() local
3384 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]
/php-src/Zend/tests/traits/
H A Dlanguage008b.phpt30 Fatal error: Uncaught Error: Call to private method MyClass::sayHelloWorld() from global scope in %…
/php-src/ext/opcache/
H A Dzend_persist.c405 if (op_array->scope) { in zend_persist_op_array_ex()
406 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
408 if (scope) { in zend_persist_op_array_ex()
409 op_array->scope = scope; in zend_persist_op_array_ex()
484 if (op_array->scope in zend_persist_op_array_ex()
486 && (op_array->scope->ce_flags & ZEND_ACC_CACHED)) { in zend_persist_op_array_ex()
719 if (op_array->scope) { in zend_persist_class_method()
723 op_array->scope = (zend_class_entry*)persist_ptr; in zend_persist_class_method()
733 … if (!op_array->scope || (op_array->scope == ce && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE))) { in zend_persist_class_method()
1254 if (op_array->scope == ce in zend_accel_persist_class_table()
[all …]

Completed in 46 milliseconds

12345678910