Home
last modified time | relevance | path

Searched refs:function (Results 151 – 175 of 6887) sorted by path

12345678910>>...276

/PHP-5.5/Zend/tests/
H A Dbug35437.phpt5 function err2exception($errno, $errstr)
14 function testMethod()
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
H A Dbug35509.phpt11 public function __construct()
H A Dbug35634.phpt15 function __construct() {
17 function TestClass() {
24 function errorHandler($errorNumber, $errorMessage, $fileName, $lineNumber) {
H A Dbug36006.phpt8 public function __destruct() {
15 public function __construct() {
19 public function __destruct() {
H A Dbug36214.phpt10 public function __set($name,$var) {
14 public function &__get($name) {
H A Dbug36268.phpt6 function __destruct() {
14 Fatal error: Call to undefined function bar() in %sbug36268.php on line 8
H A Dbug36513.phpt5 function test($s) {
H A Dbug36759.phpt7 function __construct($bar) {
10 function __destruct() {
17 function __destruct() {
H A Dbug37046.phpt5 function s() {
10 foreach (s() as $k => $function) {
13 foreach (s() as $k => $function) {
H A Dbug37138.phpt5 function __autoload ($CN) {var_dump ($CN);}
7 public static function e () {echo ("EHLO\n");}
8 public static function e2 () {call_user_func (array ('self', 'e'));}
11 public static function g () {call_user_func (array ('parent', 'e'));}
H A Dbug37144.phpt5 function foo() {
H A Dbug37212.phpt10 public function __construct($val)
15 protected function getValue()
23 public function copyValue($obj)
H A Dbug37251.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $context) {
12 function bar(array $foo) {
H A Dbug37632.phpt8 protected function test()
16 public function doTest(A1 $obj)
25 protected function test()
36 static protected function test()
53 static protected function test()
67 function __construct($x);
72 protected function __construct()
80 static public function doTest()
89 protected function __construct()
101 protected function __construct()
[all …]
H A Dbug37667.phpt10 function __get($name)
H A Dbug37707.phpt6 function __clone() {
H A Dbug37811.phpt8 function __toString()
H A Dbug38047.phpt10 function A_ftk($a) {
14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
19 function get_error_context() {
30 if (isset($call["function"])) {
31 echo " ".$call["function"]."()";
H A Dbug38146.phpt6 public function __get($member) {
H A Dbug38220.phpt8 function func1() {
12 function close() {
20 function __construct($i) {
25 function __call($method, $args) {
39 function __destruct() {
48 static function drv() {
H A Dbug38234.phpt6 function __clone() {
H A Dbug38287.phpt21 public static function get_object() {
28 public static function do_something() {
H A Dbug38461.phpt8 function __set( $var, $value )
H A Dbug38469.phpt12 function f() {

Completed in 106 milliseconds

12345678910>>...276