Searched refs:outside (Results 1 – 25 of 56) sorted by relevance
123
/PHP-8.0/tests/lang/ |
H A D | 030.phpt | 23 $bar1->Name = 'outside'; 29 $bar1->Name = 'outside'; 34 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
|
H A D | func_num_args.003.phpt | 2 func_num_args() outside of a function declaration
|
H A D | func_get_arg.003.phpt | 2 func_get_arg outside of a function declaration
|
H A D | func_get_args.003.phpt | 2 func_get_args() outside of a function declaration
|
/PHP-8.0/Zend/tests/ |
H A D | bug29210.phpt | 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 outside 98 test_func2 isn't callable from outside 99 test_func3 isn't callable from outside 100 test_func4 isn't callable from outside
|
H A D | get_called_class_001.phpt | 2 Calling get_called_class() outside a class
|
H A D | bug76430.phpt | 2 Bug #76430: __METHOD__ inconsistent outside of method
|
H A D | ctor_promotion_free_function.phpt | 10 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
|
H A D | self_instanceof_outside_class.phpt | 2 instanceof self outside a class
|
H A D | alternative_offset_syntax_compile_error_outside_const_expr.phpt | 2 Alternative offset syntax should emit E_COMPILE_ERROR outside const expression
|
H A D | ctor_promotion_not_a_ctor.phpt | 12 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
|
H A D | concat_002.phpt | 7 * Test case for a concat_function() change that broke a test outside of Zend
|
H A D | bug46409.phpt | 2 Bug #46409 (__invoke method called outside of object context when using array_map)
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | open_basedir_cwd_resolve.phpt | 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…
|
/PHP-8.0/ext/standard/tests/password/ |
H A D | password_hash_error_argon2.phpt | 48 Memory cost is outside of allowed memory range 49 Time cost is outside of allowed time range 51 Memory cost is outside of allowed memory range 52 Time cost is outside of allowed time range
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | compact_variation2.phpt | 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 ***
|
H A D | bug34982.phpt | 2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | bug75514.phpt | 2 Bug #75514 mt_rand returns value outside [$min,$max]
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | static_type_outside_class.phpt | 2 Static type outside class generates compile error
|
/PHP-8.0/Zend/tests/generators/errors/ |
H A D | yield_outside_function_error.phpt | 2 Yield cannot be used outside of functions
|
/PHP-8.0/Zend/tests/anon/ |
H A D | 007.phpt | 2 testing anon classes in functions outside of classes in namespaces
|
/PHP-8.0/ext/standard/tests/url/ |
H A D | base64_decode_basic_002.phpt | 18 echo "\nOther chars outside the base64 alphabet are ignored when \$strict===false, but cause failur… 37 Other chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $s…
|
/PHP-8.0/Zend/tests/traits/ |
H A D | trait_constant_002.phpt | 2 __TRAIT__: Use outside of traits.
|
/PHP-8.0/tests/classes/ |
H A D | property_recreate_protected.phpt | 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):
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug37244.phpt | 15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…
|
Completed in 24 milliseconds
123