Home
last modified time | relevance | path

Searched refs:function (Results 301 – 325 of 6759) sorted by relevance

1...<<11121314151617181920>>...271

/PHP-5.5/ext/spl/tests/
H A Diterator_016.phpt8 function getIterator()
17 function __construct(Menu $it)
21 function rewind()
26 function beginChildren()
31 function endChildren()
35 function valid()
H A Diterator_014.phpt8 function valid()
21 function getChildren()
30 function rewind()
36 function valid()
42 function current()
48 function key()
54 function next()
60 function beginChildren()
65 function endChildren()
H A Diterator_022.phpt8 function getChildren()
14 function valid()
40 function rewind()
47 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
92 function callGetChildren()
103 function beginChildren()
[all …]
H A Diterator_034.phpt8 function valid()
21 function getChildren()
27 function rewind()
45 function rewind()
52 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
84 function beginChildren()
[all …]
H A Dfixedarray_019.phpt6 public function rewind() {
10 public function valid() {
14 public function next() {
18 public function current() {
22 public function key() {
H A Darray_020.phpt8 function rewind()
14 function valid()
20 function key()
26 function current()
32 function next()
/PHP-5.5/Zend/tests/
H A Dbug26166.phpt8 function __toString()
18 function __construct()
23 function __toString()
34 function my_error_handler($errno, $errstr, $errfile, $errline) {
42 function __toString() {
53 function __toString() {
H A Dlsb_002.phpt2 ZE2 Late Static Binding in an instance function
10 protected static function staticFunction() {
14 public function testStaticVar() {
18 public function testClassConst() {
22 public function testStaticFunction() {
31 protected static function staticFunction() {
H A Dclosure_007.phpt9 function getClosureGetter () {
10 return function () {
11 return function () {
17 function printX () {
H A D001.phpt6 function test1() {
10 function test2($a) {
14 function test3($a, $b) {
28 static function test1($a) {
52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
13 public function offsetExists($offset) {
16 public function offsetUnset($offset) {
19 public function offsetSet($offset, $value) {
26 public function offsetGet($offset) {
H A Dbug48533.phpt7 private function a() {
10 public function b() {
13 protected function c() {
16 static function __callstatic($a, $b) {
19 public function __call($a, $b) {
/PHP-5.5/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
12 * Description: Sets the processing instruction (PI) handler function for the XML parser.
20 function PIHandler($parser, $target, $data)
26 function parse($data)
43 echo "Simple test of xml_set_processing_instruction_handler() function\n";
49 Simple test of xml_set_processing_instruction_handler() function
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php8 protected $function; variable in gtVariationContainerFunction
18 * @param gtFunction $function
20 public function setFunction(gtFunction $function) { argument
21 $this->function = $function;
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt2 Test substr_replace() function : error conditions
18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing substr_replace() function with start and length different types --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
32 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
53 -- Testing substr_replace() function with start and length different types --
61 -- Testing substr_replace() function with start and length with a different number of elements --
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation2.phpt2 Test array_fill_keys() function : variation of parameter
24 public function __toString() { return "Class A object"; }
29 echo "\n-- Testing array_fill_keys() function with reference value --\n";
33 echo "\n-- Testing array_fill_keys() function with reference keys --\n";
41 echo "\n-- Testing array_fill_keys() function with reference array input --\n";
52 -- Testing array_fill_keys() function with reference value --
60 -- Testing array_fill_keys() function with reference keys --
74 -- Testing array_fill_keys() function with reference array input --
H A Darray_map_variation13.phpt2 Test array_map() function : usage variations - callback function with different return types
11 * Test array_map() by passing different callback function returning:
21 function callback_int($a, $b)
28 function callback_string($a, $b)
35 function callback_bool($a, $b)
42 function callback_null($array1)
49 function callback_without_ret($arr1)
H A Darray_diff_uassoc_variation13.phpt2 Test array_diff_uassoc() function : usage variations - arrays containing referenced variables
7 * user supplied callback function
18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var has value '$ref_…
24 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
30 echo "\n-- Testing array_diff_uassoc() function when \$array2 is referenced to \$array1 --\n";
39 -- Testing array_diff_uassoc() function with referenced variable $ref_var has value 'a' --
49 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
63 -- Testing array_diff_uassoc() function when $array2 is referenced to $array1 --
H A Darray_fill_keys_variation1.phpt2 Test array_fill_keys() function : variation of parameter
22 public function __toString() { return "Class A object"; }
27 echo "\n-- Testing array_fill_keys() function with empty arguments --\n";
30 echo "\n-- Testing array_fill_keys() function with keyed array --\n";
34 echo "\n-- Testing array_fill_keys() function with mixed array --\n";
44 -- Testing array_fill_keys() function with empty arguments --
48 -- Testing array_fill_keys() function with keyed array --
60 -- Testing array_fill_keys() function with mixed array --
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
11 * Testing array_map() for object functionality with following callback function variations:
17 echo "*** Testing array_map() : class methods as callback function ***\n";
24 public static function staticParent1($n) {
27 private static function staticParent2($n) {
35 public function __construct ( ) {
39 public static function staticChild($n) {
42 public function nonstaticChild($n) {
65 *** Testing array_map() : class methods as callback function ***
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error.phpt2 Test preg_replace_callback() function : error
11 echo "\n-- Testing preg_replace_callback() function with Zero arguments --\n";
14 echo "\n-- Testing preg_replace_callback() function with more than expected no. of arguments --\n";
16 function integer_word($matches) {
26 echo "\n-- Testing preg_replace_callback() function with less than expected no. of arguments --\n";
34 -- Testing preg_replace_callback() function with Zero arguments --
39 -- Testing preg_replace_callback() function with more than expected no. of arguments --
44 -- Testing preg_replace_callback() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug64146.phpt12 public function __construct()
23 public function __construct($c)
28 public function serialize()
33 public function unserialize($data)
43 public function __construct($c)
/PHP-5.5/tests/classes/
H A Diterators_008.phpt11 public function valid() {
16 public function next() {
21 public function rewind() {
25 public function current() {
29 public function key() {
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

Completed in 29 milliseconds

1...<<11121314151617181920>>...271