Home
last modified time | relevance | path

Searched refs:function (Results 226 – 250 of 7427) sorted by relevance

12345678910>>...298

/PHP-7.0/ext/spl/tests/
H A Dregexiterator_setpregflags_exception.phpt11 function current (){}
12 function key ( ){}
13 function next ( ){}
14 function rewind ( ){}
15 function valid ( ){}
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 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-7.0/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-7.0/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-7.0/Zend/tests/
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)
H A Dlsb_016.phpt8 public static function who() {
15 public function __get($var) {
19 public function __set($var, $val) {
23 public function __call($name, $args) {
27 public static function who() {
H A Dbug26802.phpt6 function global_func()
11 $function = 'global_func';
12 $function();
18 static public function foo_func()
26 * properties and then do the function call.
/PHP-7.0/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-7.0/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-7.0/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-7.0/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-7.0/ext/standard/tests/strings/
H A Dsetlocale_error.phpt2 Test setlocale() function : error condition
22 echo "\n-- Testing setlocale() function with Zero arguments --";
26 echo "\n-- Testing setlocale() function with One argument, 'category' = LC_ALL --";
29 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
34 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
38 echo "\n-- Testing setlocale() function with locale name too long, 'category' = LC_ALL --";
47 -- Testing setlocale() function with Zero arguments --
51 -- Testing setlocale() function with One argument, 'category' = LC_ALL --
55 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
58 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
[all …]
H A Dmoney_format_error.phpt2 Test money_format() function : error conditions
26 echo "\n-- Testing money_format() function with no arguments --\n";
29 echo "\n-- Testing money_format() function with insufficient arguments --\n";
32 echo "\n-- Testing money_format() function with more than expected no. of arguments --\n";
35 echo "\n-- Testing money_format() function with more than one token --\n";
42 -- Testing money_format() function with no arguments --
47 -- Testing money_format() function with insufficient arguments --
52 -- Testing money_format() function with more than expected no. of arguments --
57 -- Testing money_format() function with more than one token --
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt6 function __construct() {}
13 function OldCtor() {}
21 function Y() {}
28 function OldAndNewCtor() {}
29 function __construct() {}
33 function __construct() {}
34 function NewAndOldCtor() {}
37 function B() {}
41 function C() {}
45 function __construct() {}
/PHP-7.0/ext/session/tests/
H A Dsave_handler.inc4 function open($save_path, $session_name) {
12 function close() {
18 function read($id) {
28 function write($id, $session_data) {
41 function destroy($id) {
49 function gc($maxlifetime) {
65 function create_sid() {
71 function validate_sid($id) {
79 function update($id, $session_data) {
88 function feature() {
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-7.0/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() {
/PHP-7.0/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-7.0/sapi/phpdbg/
H A Dphpdbg_print.c293 if (!(func = zend_hash_str_find_ptr(&ce->function_table, function, strlen(function)))) { in phpdbg_print_opcodes_method_ce()
309 phpdbg_print_opcodes_method_ce(ce, function); in phpdbg_print_opcodes_method()
317 phpdbg_print_opcodes_method_ce(ce, function); in phpdbg_print_opcodes_method()
378 PHPDBG_API void phpdbg_print_opcodes(char *function) in phpdbg_print_opcodes() argument
380 if (function == NULL) { in phpdbg_print_opcodes()
382 } else if (function[0] == '*' && function[1] == 0) { in phpdbg_print_opcodes()
404 function = zend_str_tolower_dup(function, strlen(function)); in phpdbg_print_opcodes()
406 if (strstr(function, "::") == NULL) { in phpdbg_print_opcodes()
407 phpdbg_print_opcodes_function(function, strlen(function)); in phpdbg_print_opcodes()
409 char *method_name, *class_name = strtok(function, "::"); in phpdbg_print_opcodes()
[all …]

Completed in 28 milliseconds

12345678910>>...298