Home
last modified time | relevance | path

Searched refs:function (Results 26 – 50 of 6887) sorted by path

12345678910>>...276

/PHP-5.5/Zend/tests/
H A D003.phpt6 function test1() {
10 function test2($a) {
14 function test3($a, $b) {
29 static function test1($a) {
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A D009.phpt7 function bar () {
H A D010.phpt7 function test();
11 function test() {
17 function test_bar() {
H A D011.phpt11 function bar() {
19 function test() {
H A D017.phpt26 function test () {
H A D019.phpt204 function Point($x, $y) {
209 function setLable($lable) {
212 function testPoint() {
258 // try isset/unset/empty on a member function
272 Note: Most of the variation for function unset() is testing by a
282 function test_unset1() {
285 // increment the value of the static. this change is in function context
316 function test_unset2( &$ref_val ) {
334 /* unset() variation2: unset on a global variable inside a function
335 * If a globalized variable is unset() inside of a function, only the
[all …]
H A D020.phpt10 function bar() {
14 function foo() {
26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
32 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
H A D022.phpt8 abstract function someMethod($param);
13 function someMethod($param = "default")
H A D023.phpt2 Testing variable variables as function name
13 public function a() {
19 public function test() {
25 function test() {
H A D025.phpt7 static public function a() {
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
7 public function a() {
H A D028.phpt2 Testing function call through of array item
H A D030.phpt11 public function bar() {
21 public function baz() {
53 ["function"]=>
H A D031.phpt6 function test($var) { }
H A D032.phpt6 function test(&$var) { }
H A D036.phpt6 $test[function(){}] = 1;
7 $a{function() { }} = 1;
H A D038.phpt6 var_dump(array(function() { } => 1));
H A Dabstract-static.phpt7 abstract static public function getName();
13 Strict Standards: Static function TestClass::getName() should not be abstract in %sabstract-static.…
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
H A Daccess_modifiers_003.phpt7 function foo() {}
H A Daccess_modifiers_004.phpt7 abstract abstract function foo() {
H A Daccess_modifiers_005.phpt7 final final function foo() {
H A Daccess_modifiers_006.phpt7 static static function foo() {
H A Daccess_modifiers_007.phpt7 final abstract function foo();
H A Daccess_modifiers_008.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
15 static public function test() {echo B1::f();}

Completed in 42 milliseconds

12345678910>>...276