Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 197) sorted by path

12345678

/PHP-7.4/
H A D.gdbinit55 variables of that scope. If no parameter is used it will use
56 current_execute_data for scope.
68 if $func->common.scope
69 printf "%s->", $func->common.scope->name->val
74 if $func->common.scope
75 printf "%s::", $func->common.scope->name->val
H A DNEWS713 . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
826 . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita)
H A DUPGRADING206 . Added support for arrow functions with implicit by-value scope binding.
H A DUPGRADING.INTERNALS65 d. zend_check_private() is removed. Use (func->common.scope == scope) instead.
/PHP-7.4/Zend/tests/
H A D001.phpt57 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A D002.phpt99 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A D020.phpt26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A D035.phpt2 Using 'static' and 'global' in global scope
H A Dbug37046.phpt2 Bug #37046 (foreach breaks static scope)
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
54 …ts parameter 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug…
H A Dbug45186_2.phpt2 Bug #45186.2 (__call depends on __callstatic in class scope)
50 …ts parameter 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug…
H A Dbug45862.phpt22 echo "\n From parent scope\n";
25 echo "\n From child scope\n";
31 From parent scope
38 From child scope
H A Dbug47320.phpt2 Bug #47320 ($php_errormsg out of scope in functions)
H A Dbug65911.phpt2 Bug #65911 (scope resolution operator - strange behavior with $this)
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A Dbug70630.phpt10 Warning: Cannot rebind scope of closure created from function in %s on line %d
H A Dbug70685.phpt21 Warning: Cannot rebind scope of closure created from method in %s on line %d
H A Dbug70918.phpt2 Bug #70918 (Segfault using static outside of class scope)
42 string(52) "Cannot access static:: when no class scope is active"
43 string(52) "Cannot access parent:: when no class scope is active"
44 string(50) "Cannot access self:: when no class scope is active"
45 string(52) "Cannot access static:: when no class scope is active"
46 string(52) "Cannot access static:: when no class scope is active"
47 string(52) "Cannot access static:: when no class scope is active"
H A Dbug71756.phpt2 Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)
H A Dbug75218.phpt23 __HALT_COMPILER() can only be used from the outermost scope
H A Dbug78658.phpt8 $scope = "AAAA";
9 $scope = "{$scope}BBBB";
10 $c->bindTo(new stdClass, $scope);
H A Dbug79919.phpt2 Bug #79919 (Stack use-after-scope in define())
H A Dclass_alias_016.phpt2 Testing creation of alias to global scope
/PHP-7.4/Zend/tests/assert/
H A Dbug70208.phpt2 Bug #70208 (scope information must be preserved with assert())

Completed in 199 milliseconds

12345678