Home
last modified time | relevance | path

Searched refs:function (Results 451 – 475 of 7555) sorted by relevance

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

/PHP-7.0/ext/spl/tests/
H A Diterator_021.phpt8 function valid()
21 function getChildren()
34 function __construct($it, $max_depth)
40 function rewind()
47 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
92 function beginChildren()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_diff_uassoc_error.phpt2 Test array_diff_uassoc() function : error conditions
7 * user supplied callback function
20 function key_compare_func($a, $b)
29 echo "\n-- Testing array_diff_uassoc() function with more than expected no. of arguments --\n";
34 echo "\n-- Testing array_diff_uassoc() function with less than expected no. of arguments --\n";
38 echo "\n-- Testing array_diff_uassoc() function with no arguments --\n";
45 -- Testing array_diff_uassoc() function with more than expected no. of arguments --
53 -- Testing array_diff_uassoc() function with less than expected no. of arguments --
58 -- Testing array_diff_uassoc() function with no arguments --
H A Darray_combine_error1.phpt2 Test array_combine() function : error conditions
14 echo "\n-- Testing array_combine() function with Zero arguments --\n";
18 echo "\n-- Testing array_combine() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing array_combine() function with less than expected no. of arguments --\n";
34 -- Testing array_combine() function with Zero arguments --
39 -- Testing array_combine() function with more than expected no. of arguments --
44 -- Testing array_combine() function with less than expected no. of arguments --
H A Darray_fill_keys_variation3.phpt2 Test array_fill_keys() function : variation of parameter
22 echo "\n-- Testing array_fill_keys() function with both wrong arguments --\n";
25 echo "\n-- Testing array_fill_keys() function with unusual second arguments --\n";
28 echo "\n-- Testing array_fill_keys() function with mixed array --\n";
37 -- Testing array_fill_keys() function with both wrong arguments --
42 -- Testing array_fill_keys() function with unusual second arguments --
50 -- Testing array_fill_keys() function with mixed array --
H A Darray_multisort_error.phpt2 Test array_multisort() function : error conditions
14 echo "\n-- Testing array_multisort() function with Zero arguments --\n";
17 echo "\n-- Testing array_multisort() function with repeated flags --\n";
21 echo "\n-- Testing array_multisort() function with repeated flags --\n";
30 -- Testing array_multisort() function with Zero arguments --
35 -- Testing array_multisort() function with repeated flags --
40 -- Testing array_multisort() function with repeated flags --
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_functions.inc5 function drcp_create_table($conn)
23 function drcp_drop_table($conn)
30 function drcp_update_table($conn)
38 function drcp_select_value($conn)
48 function drcp_select_packagevar($conn)
60 function drcp_set_packagevar($conn,$num)
68 function drcp_create_package($c)
73 function f1 return number;
83 function f1 return number is
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug72294.phpt14 function handleError($errno, $errstr, $errfile, $errline)
28 public function run(PHPUnit_Framework_TestResult $result = null)
33 public function runBare()
43 public function setName($name)
57 public function __construct( $failedTest, $t)
71 public function run( $test)
100 public function prepare( $pdo, $sql )
111 public function testIt()
126 public function test_construct()
/PHP-7.0/ext/date/tests/
H A Ddate_format_error.phpt2 Test date_format() function : error conditions
16 echo "\n-- Testing date_create() function with zero arguments --\n";
21 echo "\n-- Testing date_create() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_create() function with more than expected no. of arguments --\n";
29 echo "\n-- Testing date_create() function with an invalid values for \$object argument --\n";
42 -- Testing date_create() function with zero arguments --
47 -- Testing date_create() function with less than expected no. of arguments --
52 -- Testing date_create() function with more than expected no. of arguments --
57 -- Testing date_create() function with an invalid values for $object argument --
H A Ddate_modify_error.phpt2 Test date_modify() function : error conditions
16 echo "\n-- Testing date_modify() function with zero arguments --\n";
22 echo "\n-- Testing date_modify() function with less than expected no. of arguments --\n";
25 echo "\n-- Testing date_modify() function with more than expected no. of arguments --\n";
30 echo "\n-- Testing date_modify() function with an invalid values for \$object argument --\n";
43 -- Testing date_modify() function with zero arguments --
48 -- Testing date_modify() function with less than expected no. of arguments --
53 -- Testing date_modify() function with more than expected no. of arguments --
58 -- Testing date_modify() function with an invalid values for $object argument --
H A DDateTime_setTime_error.phpt2 Test DateTime::setTime() function : error conditions
17 echo "\n-- Testing DateTime::setTime() function with zero arguments --\n";
20 echo "\n-- Testing DateTime::setTime() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing DateTime::setTime() function with more than expected no. of arguments --\n";
35 -- Testing DateTime::setTime() function with zero arguments --
40 -- Testing DateTime::setTime() function with less than expected no. of arguments --
45 -- Testing DateTime::setTime() function with more than expected no. of arguments --
/PHP-7.0/ext/hash/tests/
H A Dhash_error.phpt2 Test hash() function : error conditions
15 echo "\n-- Testing hash() function with less than expected no. of arguments --\n";
19 echo "\n-- Testing hash() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
31 -- Testing hash() function with less than expected no. of arguments --
39 -- Testing hash() function with more than expected no. of arguments --
44 -- Testing hash() function with invalid hash algorithm --
/PHP-7.0/ext/pcre/tests/
H A Dpreg_grep_error.phpt2 Test preg_grep() function : error conditions - wrong numbers of parameters
11 echo "\n-- Testing preg_grep() function with Zero arguments --\n";
14 echo "\n-- Testing preg_grep() function with more than expected no. of arguments --\n";
21 echo "\n-- Testing preg_grep() function with less than expected no. of arguments --\n";
29 -- Testing preg_grep() function with Zero arguments --
34 -- Testing preg_grep() function with more than expected no. of arguments --
39 -- Testing preg_grep() function with less than expected no. of arguments --
H A Dpreg_match_all_error.phpt2 Test preg_match_all() function : error conditions - incorrect number of parameters
11 echo "\n-- Testing preg_match_all() function with Zero arguments --\n";
14 echo "\n-- Testing preg_match_all() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_match_all() function with less than expected no. of arguments --\n";
30 -- Testing preg_match_all() function with Zero arguments --
35 -- Testing preg_match_all() function with more than expected no. of arguments --
40 -- Testing preg_match_all() function with less than expected no. of arguments --
H A Dpreg_match_error.phpt2 Test preg_match() function : error conditions - wrong numbers of parameters
11 echo "\n-- Testing preg_match() function with Zero arguments --\n";
14 echo "\n-- Testing preg_match() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_match() function with less than expected no. of arguments --\n";
30 -- Testing preg_match() function with Zero arguments --
35 -- Testing preg_match() function with more than expected no. of arguments --
40 -- Testing preg_match() function with less than expected no. of arguments --
H A Dpreg_replace_error.phpt2 Test preg_replace() function : error - incorrect number of parameters
11 echo "\n-- Testing preg_replace() function with zero arguments --\n";
14 echo "\n-- Testing preg_replace() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_replace() function with less than expected no. of arguments --\n";
31 -- Testing preg_replace() function with zero arguments --
36 -- Testing preg_replace() function with more than expected no. of arguments --
41 -- Testing preg_replace() function with less than expected no. of arguments --
H A Dpreg_split_error.phpt2 Test preg_split() function : error conditions - incorrect number of parameters
11 echo "\n-- Testing preg_split() function with Zero arguments --\n";
14 echo "\n-- Testing preg_split() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_split() function with less than expected no. of arguments --\n";
30 -- Testing preg_split() function with Zero arguments --
35 -- Testing preg_split() function with more than expected no. of arguments --
40 -- Testing preg_split() function with less than expected no. of arguments --
/PHP-7.0/ext/standard/tests/file/
H A Dparse_ini_file_error.phpt2 Test parse_ini_file() function : error conditions
14 echo "\n-- Testing parse_ini_file() function with Zero arguments --\n";
18 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing parse_ini_file() function with a non-existent file --\n";
33 -- Testing parse_ini_file() function with Zero arguments --
38 -- Testing parse_ini_file() function with more than expected no. of arguments --
43 -- Testing parse_ini_file() function with a non-existent file --
/PHP-7.0/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc4 function echoVersionMismatchFault()
8 function echoMustUnderstandFault()
12 function HeaderRequest($string)
/PHP-7.0/Zend/tests/use_function/
H A Dself_parent.phpt2 Allow self and parent in use function statement
7 use function self as foo;
8 use function parent as bar;
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator4.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_buildfromiterator4.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator7.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/
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.0/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt8 function foo()
13 function baa()
32 function live()
37 function dead()
48 function foo1()
66 function mod($b)

Completed in 87 milliseconds

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