Searched refs:outside (Results 1 – 25 of 60) sorted by relevance
123
2 Suspend outside fiber10 Fatal error: Uncaught FiberError: Cannot suspend outside of a fiber in %ssuspend-outside-fiber.php:…12 #0 %ssuspend-outside-fiber.php(%d): Fiber::suspend(1)14 thrown in %ssuspend-outside-fiber.php on line %d
22 Warning: Warning A in %ssilence-operator-outside-fiber.php on line %d24 Warning: Warning B in %ssilence-operator-outside-fiber.php on line %d26 Warning: Warning C in %ssilence-operator-outside-fiber.php on line %d28 Warning: Warning D in %ssilence-operator-outside-fiber.php on line %d
24 $bar1->Name = 'outside';30 $bar1->Name = 'outside';35 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
2 func_num_args() outside of a function declaration
2 func_get_arg outside of a function declaration
2 func_get_args() outside of a function declaration
72 echo "test_func1 isn't callable from outside\n";77 echo "test_func2 isn't callable from outside\n";82 echo "test_func3 isn't callable from outside\n";87 echo "test_func4 isn't callable from outside\n";97 test_func1 isn't callable from outside98 test_func2 isn't callable from outside99 test_func3 isn't callable from outside100 test_func4 isn't callable from outside
2 Calling get_called_class() outside a class
2 Bug #76430: __METHOD__ inconsistent outside of method
10 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
2 instanceof self outside a class
2 Alternative offset syntax should emit E_COMPILE_ERROR outside const expression
12 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
7 * Test case for a concat_function() change that broke a test outside of Zend
2 Bug #46409 (__invoke method called outside of object context when using array_map)
8 var_dump(file_get_contents('/some/path/outside/open/basedir'));12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…14 Warning: file_get_contents(/some/path/outside/open/basedir): Failed to open stream: Operation not p…
48 Memory cost is outside of allowed memory range49 Time cost is outside of allowed time range51 Memory cost is outside of allowed memory range52 Time cost is outside of allowed time range
2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco…5 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";21 *** Testing compact() : usage variations - variables outside of current scope ***
2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
2 Yield cannot be used outside of functions
2 Static type outside class generates compile error
2 testing anon classes in functions outside of classes in namespaces
2 __TRAIT__: Use outside of traits.
33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):…51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
2 Bug #75514 mt_rand returns value outside [$min,$max]
Completed in 26 milliseconds