Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 25 of 53) sorted by relevance

123

/PHP-7.4/tests/lang/
H A D030.phpt23 $bar1->Name = 'outside';
29 $bar1->Name = 'outside';
34 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
H A Dfunc_num_args.003.phpt2 func_num_args() outside of a function declaration
H A Dfunc_get_arg.003.phpt2 func_get_arg outside of a function declaration
/PHP-7.4/Zend/tests/
H A Dbug29210.phpt72 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 Dget_called_class_001.phpt2 Calling get_called_class() outside a class
10 Warning: get_called_class() called from outside a class in %s on line %d
H A Dbug76430.phpt2 Bug #76430: __METHOD__ inconsistent outside of method
H A Dself_instanceof_outside_class.phpt2 instanceof self outside a class
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
H A Dbug46409.phpt2 Bug #46409 (__invoke method called outside of object context when using array_map)
H A Dbug35393.phpt2 Bug #35393 (changing static protected members from outside the class)
H A Dns_087.phpt24 Fatal error: No code may exist outside of namespace {} in %s on line 10
/PHP-7.4/ext/standard/tests/file/
H A Dopen_basedir_cwd_resolve.phpt8 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-7.4/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt18 Warning: password_hash(): Memory cost is outside of allowed memory range in %s on line %d
21 Warning: password_hash(): Time cost is outside of allowed time range in %s on line %d
27 Warning: password_hash(): Memory cost is outside of allowed memory range in %s on line %d
30 Warning: password_hash(): Time cost is outside of allowed time range in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_variation2.phpt2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco…
10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";
27 *** Testing compact() : usage variations - variables outside of current scope ***
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
/PHP-7.4/ext/standard/tests/math/
H A Dbug75514.phpt2 Bug #75514 mt_rand returns value outside [$min,$max]
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_outside_function_error.phpt2 Yield cannot be used outside of functions
/PHP-7.4/Zend/tests/anon/
H A D007.phpt2 testing anon classes in functions outside of classes in namespaces
/PHP-7.4/Zend/tests/traits/
H A Dtrait_constant_002.phpt2 __TRAIT__: Use outside of traits.
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt24 echo "\nOther chars outside the base64 alphabet are ignored when \$strict===false, but cause failur…
43 Other chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $s…
/PHP-7.4/tests/classes/
H A Dproperty_recreate_protected.phpt33 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-7.4/ext/standard/tests/strings/
H A Dbug37244.phpt15 string(93) "Implementations MUST reject the encoding if it contains characters outside the base alp…
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt2 forward_static_call() from outside of a class method.
/PHP-7.4/ext/phar/tests/
H A Dbug70019.phpt2 Bug #70019 Files extracted from archive may be placed outside of destination directory

Completed in 28 milliseconds

123