Home
last modified time | relevance | path

Searched refs:function (Results 201 – 225 of 6821) sorted by relevance

12345678910>>...273

/PHP-5.6/ext/spl/internal/
H A Dsplobjectstorage.inc30 function rewind()
37 function valid()
44 function key()
51 function current()
60 function getInfo()
78 function next()
86 function count()
94 function contains($obj)
123 function detach($obj)
155 function offsetGet($obj)
[all …]
/PHP-5.6/ext/spl/tests/
H A Dobserver_002.phpt8 function rewind()
14 function valid()
20 function key()
26 function current()
32 function next()
43 function __construct($name = 'obj')
53 function getName()
82 function count()
87 function notify()
96 function getName()
[all …]
H A Dregexiterator_setflags_exception.phpt11 function current (){}
12 function key ( ){}
13 function next ( ){}
14 function rewind ( ){}
15 function valid ( ){}
H A Dregexiterator_setpregflags_exception.phpt11 function current (){}
12 function key ( ){}
13 function next ( ){}
14 function rewind ( ){}
15 function valid ( ){}
H A Diterator_009.phpt8 function rewind()
13 function valid()
18 function current()
23 function key()
28 function next()
H A Diterator_003.phpt11 public function __construct($id, $name)
17 public function __toString()
22 public function getId()
32 public function __construct(ArrayObject $students, Student $other)
38 public function accept()
49 public function __construct()
54 public function add(Student $student)
61 public function contains(Student $student)
72 public function getIterator() {
/PHP-5.6/tests/classes/
H A Darray_access_006.phpt9 function __construct() {
13 function offsetExists($index) {
17 function offsetGet($index) {
21 function offsetSet($index, $value) {
25 function offsetUnset($index) {
H A Dabstract_static.phpt8 static function show();
13 static function show() {
14 echo "Call to function show()\n";
23 abstract static function func();
32 Call to function show()
34 Strict Standards: Static function fail::func() should not be abstract in %sabstract_static.php(%d) …
/PHP-5.6/ext/soap/tests/interop/Round2/GroupB/
H A Dround2_groupB.inc4 function echoStructAsSimpleTypes ($struct)
11 function echoSimpleTypesAsStruct($string, $int, $float)
18 function echoNestedStruct($struct)
23 function echo2DStringArray($ary)
28 function echoNestedArray($ary)
/PHP-5.6/Zend/tests/
H A Dbug52160.phpt7 function __construct() { }
8 static function bar() {
16 static function foo() {
19 function __construct() { }
25 static function baz() {
H A Dbug39944.phpt7 function &getValue() {
12 function setValue(&$int, $iNewValue) {
28 function &getArray() {
33 function addToArray(&$arr, $strToAdd) {
52 function Add($strToAdd) {
56 function &getArray() {
62 private function addToArray(&$arr, $strToAdd) {
H A Dbug32296.phpt6 function __construct(){}
7 abstract protected function unfold();
11 private function x1() {}
12 protected final function unfold(){}
16 private function x2() {}
17 function buggy(){
H A Dclosure_037.phpt8 function getClosure () {
9 return function () {
17 function printX () {
21 function print42() {
27 function print42() {
H A Dget_class_methods_001.phpt7 public function a() { }
8 private function b() { }
9 protected function c() { }
13 private function bb() { }
15 static public function test() {
H A Dbug32290.phpt10 public function doSomething($i)
16 public function doSomethingThis($i)
22 public function doSomethingParent($i)
28 public function doSomethingParentThis($i)
34 public static function doSomethingStatic($i)
43 public function doSomething($i)
51 public function doSomethingThis($i)
59 public function doSomethingParent($i)
67 public function doSomethingParentThis($i)
75 public static function doSomethingStatic($i)
/PHP-5.6/ext/pcre/tests/
H A D005.phpt9 /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c: In function `zif_swfbitmap_init':
16 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getsid':
36 /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c: In function `zif_yp_err_string':
54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
58 ext/ming/ming.o(.text+0xc115): In function `zim_swfmovie_namedAnchor':
137 [8] => implicit declaration of function `getpgid'
152 [8] => implicit declaration of function `getsid'
167 [8] => implicit declaration of function `pread'
182 [8] => implicit declaration of function `pwrite'
[all …]
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug40398.phpt8 function __construct($msg)
16 public function __construct()
25 public function __construct()
34 public function __construct()
43 public function __construct()
52 public function __construct()
61 public function __construct()
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt2 …e3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate fun…
11 function aggregate_step ($var) { return $var; }
12 function aggregate_final ($var) { return $var; }
25 Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_step in %s on lin…
27 Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_final in %s on li…
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_isInstantiable_variation.phpt9 public function __construct() {}
13 protected function __construct() {}
17 private function __construct() {}
21 public function publicCtorOld() {}
25 protected function protectedCtorOld() {}
29 private function privateCtorOld() {}
/PHP-5.6/ext/ctype/tests/
H A D002.phpt11 function ctype_test_002($function) {
16 if($function($a)) $n1++;
17 if($function("$c$c$c")) $n2++;
18 if($function("1-$c$c$c-x")) $n3++;
20 print "$function $n1 $n2 $n3\n";
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_uassoc_error.phpt2 Test array_intersect_uassoc() function : error conditions
6 …tes the intersection of arrays with additional index check, compares indexes by a callback function
12 // Initialise function arguments
18 //Callback function
19 function key_compare_func($a, $b) {
27 echo "\n-- Testing array_intersect_uassoc() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing array_intersect_uassoc() function with less than expected no. of arguments --\n";
36 echo "\n-- Testing array_intersect_uassoc() function with no arguments --\n";
43 -- Testing array_intersect_uassoc() function with more than expected no. of arguments --
48 -- Testing array_intersect_uassoc() function with less than expected no. of arguments --
[all …]
/PHP-5.6/ext/session/tests/
H A Dsession_set_save_handler_iface_001.phpt2 Test session_set_save_handler() function: interface
19 echo "*** Testing session_set_save_handler() function: interface ***\n";
24 public function open($path, $name) {
32 public function close() {
36 public function read($id) {
40 public function write($id, $data) {
44 public function destroy($id) {
48 public function gc($maxlifetime) {
93 *** Testing session_set_save_handler() function: interface ***
/PHP-5.6/ext/standard/tests/streams/
H A Dbug40459.phpt10 function __construct() {
14 function stream_open($path, $mode, $options, &$opened_path)
20 function url_stat($url, $flags)
26 function unlink($url)
31 function rename($from, $to)
36 function mkdir($dir, $mode, $options)
41 function rmdir($dir, $options)
46 function dir_opendir($url, $options)
51 function stream_metadata()
H A Dstream_get_meta_data_file_error.phpt2 Test stream_get_meta_data() function : error conditions
14 echo "\n-- Testing stream_get_meta_data() function with Zero arguments --\n";
18 echo "\n-- Testing stream_get_meta_data() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing stream_get_meta_data() function with invalid stream resource --\n";
28 echo "\n-- Testing stream_get_meta_data() function with closed stream resource --\n";
38 -- Testing stream_get_meta_data() function with Zero arguments --
43 -- Testing stream_get_meta_data() function with more than expected no. of arguments --
48 -- Testing stream_get_meta_data() function with invalid stream resource --
53 -- Testing stream_get_meta_data() function with closed stream resource --
/PHP-5.6/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt10 function __construct($obj) {
14 function rewind() {
18 function valid() {
23 function current() {
27 function next() {
31 function key() {
40 function __destruct() {
48 function getIterator() {
52 function __destruct() {

Completed in 44 milliseconds

12345678910>>...273