Searched refs:outside (Results 1 – 25 of 50) sorted by relevance
12
/PHP-5.3/tests/lang/ |
H A D | 030.phpt | 23 $bar1->Name = 'outside'; 28 $bar1->Name = 'outside'; 33 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
|
H A D | func_get_args.003.phpt | 2 func_get_args() outside of a function declaration
|
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
|
/PHP-5.3/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 10 Warning: get_called_class() called from outside a class in %s on line %d
|
H A D | bug46409.phpt | 2 Bug #46409 (__invoke method called outside of object context when using array_map)
|
H A D | bug35393.phpt | 2 Bug #35393 (changing static protected members from outside the class)
|
H A D | ns_087.phpt | 24 Fatal error: No code may exist outside of namespace {} in %s on line 10
|
H A D | closure_020.phpt | 2 Closure 020: Trying to access private property outside class
|
H A D | bug47054.phpt | 35 Warning: get_called_class() called from outside a class in %s on line %d
|
/PHP-5.3/ext/spl/tests/ |
H A D | array_004.phpt | 118 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n… 122 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n… 134 Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an arr… 136 Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array… 138 Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an arr… 140 Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array…
|
H A D | array_015.phpt | 60 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer… 88 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n… 91 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
|
H A D | bug31346.phpt | 18 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
|
/PHP-5.3/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… 10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n"; 27 *** 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-5.3/ext/standard/tests/url/ |
H A D | base64_decode_basic_002.phpt | 24 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-5.3/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):
|
H A D | protected_001.phpt | 19 pass::fail();// must fail because we are calling from outside of class pass
|
H A D | protected_001b.phpt | 20 $t->fail();// must fail because we are calling from outside of class pass
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli_readline.c | 74 outside, enumerator 152 code_type = outside; in cli_is_valid_code() 230 case outside: in cli_is_valid_code() 265 case outside: in cli_is_valid_code()
|
/PHP-5.3/ext/standard/tests/class_object/ |
H A D | forward_static_call_002.phpt | 2 forward_static_call() from outside of a class method.
|
H A D | forward_static_call_003.phpt | 2 forward_static_call() calling outside of the inheritance chain.
|
H A D | get_class_variation_001.phpt | 155 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on… 160 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on… 205 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on… 210 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on…
|
/PHP-5.3/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 71 milliseconds
12