Home
last modified time | relevance | path

Searched refs:function (Results 51 – 75 of 6887) sorted by path

12345678910>>...276

/PHP-5.5/Zend/tests/
H A Daccess_modifiers_009.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
15 static public function test() {
H A Daccess_modifiers_010.phpt7 private function test2() {
13 public function test() {
22 public function __construct() {
H A Daccess_modifiers_011.phpt10 private function func1()
14 protected function func2()
18 public function __get($var)
22 public function __call($func, array $args = array())
H A Daccess_modifiers_012.phpt6 protected function prot() { }
7 private function priv() { }
8 public function __call($name, $args) {
H A Danonymous_func_001.phpt2 Testing calls to anonymous function
H A Danonymous_func_002.phpt2 Testing anonymous function return as array key and accessing $GLOBALS
H A Danonymous_func_003.phpt2 Using throw $var with anonymous function return
H A Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
11 public function &test() {
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
11 public function test($foo, array &$bar) {
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
14 public function test() {
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dargument_restriction_005.phpt6 public function offsetSet() {
H A Dargument_restriction_006.phpt6 public function test($foo, $extra = array("test")) {
11 public function test($foo, $extra) {
H A Darray_type_hint_001.phpt5 function foo(array $a) {
H A Dbug18556.phpt11 function InfoBlob() {
H A Dbug19859.phpt9 function __call($method,$args)
H A Dbug20240.phpt12 function test() {
17 function destructor() {
21 function __destruct() {
25 function add() {
H A Dbug20242.phpt11 static function show_static() {
14 function show_method() {
H A Dbug21478.phpt11 function filter($in, $out, &$consumed, $closing) {
H A Dbug21888.phpt13 protected function prot() {
20 public function callMom() {
24 public function viewMom() {
H A Dbug22725.phpt8 private function aPrivateMethod() {
12 protected function aProtectedMethod() {
19 public function aPublicMethod() {
H A Dbug22836.phpt7 function &f()
H A Dbug23104.phpt5 function foo($bar = array("a", "b", "c"))
H A Dbug24436.phpt10 function __construct() {
H A Dbug24635.phpt8 function __construct() { $this->page = new PageClass(); }
11 function Display() {
16 function __construct($comment) {
19 function __destruct() {
24 function out($code) { return; }

Completed in 21 milliseconds

12345678910>>...276