Home
last modified time | relevance | path

Searched refs:function (Results 251 – 275 of 6887) sorted by path

1...<<11121314151617181920>>...276

/PHP-5.5/Zend/tests/
H A Dbug45910.phpt18 public static function test() {
H A Dbug45910_2.phpt18 public static function test() {
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
11 function test($x) {
H A Dbug46196.phpt2 Test restore_error_handler() function : bug #46196
8 * Description: Restores the previously defined error handler function
19 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dbug46238.phpt7 static function __callStatic($name, $arguments)
H A Dbug46241.phpt9 public function errorHandler1( $errno, $errstr )
15 public function errorHandler2( $errno, $errstr )
29 function errorHandler1( $errno, $errstr )
35 function errorHandler2( $errno, $errstr )
H A Dbug46246.phpt7 private function Test()
12 public function call($method, $args = array())
22 protected function Test()
H A Dbug46308.phpt17 public function __get( $name )
H A Dbug46381.phpt9 public function test() {
H A Dbug46409.phpt8 public function __invoke() {
H A Dbug46665.phpt8 function __autoload($class) {
H A Dbug46701.phpt20 public function __construct() {
H A Dbug46811.phpt2 ini_set() function
H A Dbug47054.phpt7 final static function s() {
12 public function m() {
H A Dbug47165.phpt8 static function bar() {
H A Dbug47320.phpt12 function foo() {
14 echo '$php_errormsg in function: ' . $php_errormsg . "\n";
16 echo '$GLOBALS[php_errormsg] in function: ' .
25 $php_errormsg in function: strpos() expects at least 2 parameters, 1 given
26 $GLOBALS[php_errormsg] in function: substr() expects at least 2 parameters, 1 given
H A Dbug47343.phpt7 public function __destruct()
12 public function getB()
23 public function B($A)
28 public function __destruct()
H A Dbug47353.phpt8 function __destruct()
H A Dbug47593.phpt10 public function xyz() {
17 function bar() {
H A Dbug47699.phpt6 static function test($v='') {
H A Dbug47714.phpt2 Testing lambda function in set_exception_handler()
5 function au($class) {
7 function handle($e) {
13 function __autoload($class) {
19 set_exception_handler(function($exception) {
H A Dbug47771.phpt5 function throw_exc() {
11 public function __construct() {
15 public function __destruct() {
H A Dbug47801.phpt8 function __call($name, $args)
16 function getFoo()
H A Dbug47880.phpt6 static function go($n) {
H A Dbug47981.phpt7 function errh($errno, $errstr) {
13 class b implements a { function f($a=1) {}}
14 class c extends b {function f() {}}

Completed in 40 milliseconds

1...<<11121314151617181920>>...276