Home
last modified time | relevance | path

Searched refs:function (Results 426 – 450 of 6949) sorted by relevance

1...<<11121314151617181920>>...278

/PHP-5.6/ext/standard/tests/strings/
H A Dnumber_format_error.phpt13 echo "\n-- Testing number_format() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing number_format() function with 3 arguments --\n";
19 echo "\n-- Testing number_format() function with more than 4 arguments --\n";
27 -- Testing number_format() function with less than expected no. of arguments --
31 -- Testing number_format() function with 3 arguments --
35 -- Testing number_format() function with more than 4 arguments --
H A Dchr_error.phpt2 Test chr() function : error conditions
13 echo "\n-- Testing chr() function with no arguments --\n";
16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
25 -- Testing chr() function with no arguments --
30 -- Testing chr() function with more than expected no. of arguments --
H A Dconvert_uudecode_error.phpt2 Test convert_uudecode() function : error conditions
13 echo "\n-- Testing convert_uudecode() function with no arguments --\n";
16 echo "\n-- Testing convert_uudecode() function with more than expected no. of arguments --\n";
25 -- Testing convert_uudecode() function with no arguments --
30 -- Testing convert_uudecode() function with more than expected no. of arguments --
H A Dconvert_uuencode_error.phpt2 Test convert_uuencode() function : error conditions
13 echo "\n-- Testing chconvert_uuencoder() function with no arguments --\n";
16 echo "\n-- Testing convert_uuencode() function with more than expected no. of arguments --\n";
25 -- Testing chconvert_uuencoder() function with no arguments --
30 -- Testing convert_uuencode() function with more than expected no. of arguments --
H A Dord_error.phpt2 Test ord() function : error conditions
13 echo "\n-- Testing ord() function with no arguments --\n";
16 echo "\n-- Testing ord() function with more than expected no. of arguments --\n";
25 -- Testing ord() function with no arguments --
30 -- Testing ord() function with more than expected no. of arguments --
H A Dquotemeta_error.phpt2 Test quotemeta() function : error conditions
13 echo "\n-- Testing quotemeta() function with no arguments --\n";
16 echo "\n-- Testing quotemeta() function with more than expected no. of arguments --\n";
25 -- Testing quotemeta() function with no arguments --
30 -- Testing quotemeta() function with more than expected no. of arguments --
H A Dsha1_error.phpt2 Test sha1() function : error conditions
13 echo "\n-- Testing sha1() function with no arguments --\n";
16 echo "\n-- Testing sha1() function with more than expected no. of arguments --\n";
26 -- Testing sha1() function with no arguments --
31 -- Testing sha1() function with more than expected no. of arguments --
H A Dsoundex_error.phpt2 Test soundex() function : error conditions
12 echo "-- Testing soundex() function with Zero arguments --\n";
15 echo "\n\n-- Testing soundex() function with more than expected no. of arguments --\n";
23 *** Testing soundex error conditions ***-- Testing soundex() function with Zero arguments --
29 -- Testing soundex() function with more than expected no. of arguments --
H A Dstr_shuffle_error.phpt2 Test str_shuffle() function : error conditions
12 echo "\n-- Testing str_shuffle() function with no arguments --\n";
15 echo "\n-- Testing str_shuffle() function with more than expected no. of arguments --\n";
24 -- Testing str_shuffle() function with no arguments --
29 -- Testing str_shuffle() function with more than expected no. of arguments --
H A Dstrlen_error.phpt2 Test strlen() function : error conditions
14 echo "\n-- Testing strlen() function with no arguments --\n";
17 echo "\n-- Testing strlen() function with more than expected no. of arguments --\n";
24 -- Testing strlen() function with no arguments --
29 -- Testing strlen() function with more than expected no. of arguments --
H A Dbin2hex_error.phpt2 Test bin2hex() function : error conditions
13 echo "\n-- Testing bin2hex() function with no arguments --\n";
16 echo "\n-- Testing bin2hex() function with more than expected no. of arguments --\n";
25 -- Testing bin2hex() function with no arguments --
30 -- Testing bin2hex() function with more than expected no. of arguments --
/PHP-5.6/Zend/tests/
H A Dns_057.phpt9 function foo() {
17 function __construct() {
20 static function bar() {
25 function f1($x=namespace\C) {
28 function f2($x=namespace\foo::C) {
32 function f3(namespace\foo $x) {
H A D003.phpt6 function test1() {
10 function test2($a) {
14 function test3($a, $b) {
29 static function test1($a) {
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dbug42802.phpt10 function test1(bar $bar) {
14 function test2(\foo\bar $bar) {
17 function test3(\foo\bar $bar) {
20 function test4(\Exception $e) {
23 function test5(\bar $bar) {
H A Dbug48409.phpt2 Bug #48409 (crash when exception is thrown while passing function arguments)
10 public function xyz($d, $x)
21 public function process($p)
29 public function func()
46 public function run($x)
/PHP-5.6/Zend/tests/traits/
H A Dbug61998.phpt10 public function func() {
16 public function func() {
22 public function func() {
25 public function func2() {
28 public function func3() {
43 public function func2() {
/PHP-5.6/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)
H A D014.phpt2 Testing eval function inside user-defined function
5 function F ($a) {
/PHP-5.6/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_error.phpt2 Test set_magic_quotes_runtime() function - error conditions - pass function incorrect arguments
13 echo "\n-- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --\…
16 echo "\n-- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --\…
24 -- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --
31 -- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --
H A Dbug29038.phpt5 function f1() {
11 function f2() {
18 function f3() {
25 function f4() {
31 function f5() {
H A Dget_resource_type_error.phpt2 Test get_resource_type() function : error conditions
12 echo "\n-- Testing get_resource_type() function with Zero arguments --\n";
15 echo "\n-- Testing get_resource_type() function with more than expected no. of arguments --\n";
25 -- Testing get_resource_type() function with Zero arguments --
30 -- Testing get_resource_type() function with more than expected no. of arguments --
/PHP-5.6/ext/soap/tests/
H A Dclassmap003.phpt11 function __construct($a){
18 function __construct($a){
24 function f(){
30 function __construct($wsdl, $options) {
36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_uassoc_variation10.phpt2 Test array_diff_uassoc() function : usage variation - Passing float indexed array
7 * user supplied callback function
13 // Initialise function arguments not being substituted (if any)
17 echo "\n-- Testing array_diff_key() function with float indexed array --\n";
26 -- Testing array_diff_key() function with float indexed array --
H A Darray_map_object1.phpt25 public function square($n) {
29 function test($cb, $args) {
39 private function add($n) {
49 protected function mul($n) {
65 abstract function emptyFunction();
72 public function emptyFunction() {
82 final function finalMethod() {
109 public function toImplement();
116 public function toImplement() {
173 This function can't be overloaded
[all …]
H A Duasort_object1.phpt2 Test uasort() function : object functionality
6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
11 * Testing uasort() function with the array of objects
17 // comparison function
25 function simple_cmp($value1, $value2)
37 // comparison function for SimpleClass2 objects which has more than one members
38 function multiple_cmp($value1, $value2)
53 public function __construct($value) {
64 public function __construct($int, $float, $str) {
69 public function getValue() {

Completed in 99 milliseconds

1...<<11121314151617181920>>...278