Home
last modified time | relevance | path

Searched refs:function (Results 401 – 425 of 7555) sorted by relevance

1...<<11121314151617181920>>...303

/PHP-7.0/tests/classes/
H A Dctor_in_interface_02.phpt7 function __construct();
16 function __construct()
23 function __construct($a);
28 function __construct()
H A Ddestructor_and_globals.phpt8 function Show() {
16 public function __construct() {
22 public function Show() {
27 public function __destruct() {
32 static public function destroy(&$obj) {
H A Dprivate_003.phpt9 private static function show() {
13 protected static function good() {
19 static function ok() {
23 static function not_ok() {
29 fail::not_ok(); // calling a private function
H A Dprivate_003b.phpt9 private function show() {
13 protected function good() {
19 public function ok() {
23 public function not_ok() {
30 $t->not_ok(); // calling a private function
H A Dvisibility_005.phpt12 function f()
26 echo "===base::function===\n";
35 echo "===derived::function===\n";
44 ===base::function===
52 ===derived::function===
/PHP-7.0/Zend/tests/
H A Dbug73753.phpt5 function iterate($current, $a, $result = null) {
13 function getNext(&$a) {
17 function getCurrent($a) {
21 function traverse($a) {
H A Dbug75420.10.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dbug75420.12.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
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 Dbug48215.phpt7 public function __construct() {
10 protected function A()
17 public function __construct() {
21 public function A()
H A Dbug68652.phpt8 public static function getInstance() {
15 public function __destruct() {
23 public static function getInstance() {
30 public function __destruct() {
42 #1 [internal function]: Foo->__destruct()
/PHP-7.0/Zend/tests/generators/
H A Dbug65161.phpt6 function autoload() {
11 function testGenerator() {
20 Fatal error: Uncaught Error: Call to undefined function foo() in %s:%d
22 #0 [internal function]: autoload('SyntaxError')
/PHP-7.0/Zend/tests/traits/
H A Dlanguage006.phpt8 public function sayHelloWorld() {
11 abstract public function getWorld();
17 public function getWorld() {
20 public function setWorld($val) {
H A Dmethods_001.phpt7 public function __toString() {
11 public function __get($x) {
15 public function __set($attr, $val) {
19 public function __clone() {
/PHP-7.0/Zend/tests/try/
H A Dcatch_004.phpt8 function fail()
13 function __construct()
19 function __destruct()
24 static function test()
/PHP-7.0/ext/reflection/tests/
H A D005.phpt8 function strip_doc_comment($c)
19 function bla()
23 function foo() {
29 function bar() {
36 function baz() {
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrev_error.phpt2 Test strrev() function : error conditions
11 echo "-- Testing strrev() function with Zero arguments --";
14 echo "\n-- Testing strrev() function with more than expected no. of arguments --";
20 -- Testing strrev() function with Zero arguments --
24 -- Testing strrev() function with more than expected no. of arguments --
/PHP-7.0/ext/json/tests/
H A Djson_decode_error.phpt2 Test json_decode() function : error conditions
9 echo "\n-- Testing json_decode() function with no arguments --\n";
12 echo "\n-- Testing json_decode() function with more than expected no. of arguments --\n";
21 -- Testing json_decode() function with no arguments --
26 -- Testing json_decode() function with more than expected no. of arguments --
/PHP-7.0/tests/lang/
H A Dstatic_variation_002.phpt7 function f() {
11 function cfg() {
24 static function f() {
25 eval('function dfg() { static $b = array(1,2,3); var_dump($b); } ');
31 eval(' Class E { function f() { static $c = array(1,2,3); var_dump($c); } }');
/PHP-7.0/tests/output/
H A Dob_start_basic_002.phpt5 function return_empty_string($string) {
9 function return_false($string) {
13 function return_null($string) {
17 function return_string($string) {
21 function return_zero($string) {
/PHP-7.0/scripts/dev/generate-phpt/src/texts/
H A DunknownFunction.txt2 The function name is not a valid PHP function name.
3 Check that the extension containing the function is loaded.
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {

Completed in 42 milliseconds

1...<<11121314151617181920>>...303