Home
last modified time | relevance | path

Searched refs:function (Results 201 – 225 of 6887) sorted by path

12345678910>>...276

/PHP-5.5/Zend/tests/
H A Dbug41026.phpt8 static public function main ()
13 static public function on_shutdown ()
26 Warning: (Registered shutdown functions) Unable to call self::on_shutdown() - function does not exi…
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
14 function foo() {
H A Dbug41117_1.phpt6 function __construct($this) {
H A Dbug41209.phpt8 public function __construct()
13 public static function errorHandler($errno, $errstr, $errfile, $errline)
23 public function offsetGet($id) {}
25 public function offsetSet($id, $value) {}
27 public function offsetUnset($id) {}
29 public function offsetExists($id)
H A Dbug41421.phpt7 function stream_open() {
10 function stream_eof() {
26 #0 [internal function]: wrapper->stream_eof()
H A Dbug41929.phpt8 function doLoop() {
H A Dbug41961.phpt9 public static function test() {
13 private function secret() {
19 private function secret() { }
23 public function secret() {
H A Dbug42211.phpt6 function foo() {
H A Dbug42772.phpt7 function __toString() {
H A Dbug42798.phpt5 function __autoload($className) {
10 function foo($c = ok::constant) {
H A Dbug42802.phpt10 function test1(bar $bar) {
14 function test2(\foo\bar $bar) {
17 function test3(\foo\bar $bar) {
20 function test4(\Exception $e) {
23 function test5(\bar $bar) {
H A Dbug42819.phpt141 function oops($a = array(foo\unknown)){}
H A Dbug42937.phpt6 function __call($strMethod, $arrArgs) {
12 function __call($strMethod, $arrArgs) {
18 function test() {
H A Dbug43175.phpt7 public function __destruct() {
10 public function __call($m, $a) {
14 function foobar() {
H A Dbug43200.phpt7 function foo();
8 function bar();
11 function foo();
15 function bar() { }
19 function foo() { }
H A Dbug43200_2.phpt7 function foo();
11 abstract public function foo();
15 public function foo() {
H A Dbug43201.phpt6 function __get($k) {
9 function __set($k, $v) {
H A Dbug43323.phpt6 abstract public function bar();
H A Dbug43332_1.phpt8 public function bar(self $a) { }
H A Dbug43332_2.phpt8 public function bar(\self $a) { }
H A Dbug43344_1.phpt6 function f1($a=bar) {
9 function f2($a=array(bar)) {
12 function f3($a=array(bar=>0)) {
H A Dbug43344_11.phpt5 function f($a=namespace\bar) {
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
H A Dbug43344_13.phpt5 function f($a=array(namespace\bar=>0)) {
H A Dbug43344_3.phpt6 function f($a=Foo::bar) {

Completed in 50 milliseconds

12345678910>>...276