Home
last modified time | relevance | path

Searched refs:function (Results 476 – 500 of 7555) sorted by relevance

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

/PHP-7.0/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 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 --
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 --
/PHP-7.0/Zend/tests/
H A Dforeach_004.phpt8 function __construct($trap = null) {
13 function trap($trap) {
19 function rewind() {$this->trap(__FUNCTION__); return parent::rewind();}
20 function valid() {$this->trap(__FUNCTION__); return parent::valid();}
21 function key() {$this->trap(__FUNCTION__); return parent::key();}
22 function next() {$this->trap(__FUNCTION__); return parent::next();}
H A Dbug75573.phpt9 function initialize($properties = FALSE) {
13 function &__get($property)
22 function &__set($property, $value)
26 function __isset($property_name)
34 function initialize($properties = array())
38 function &__get($property)
H A Dlist_destructuring_to_special_variables.phpt8 public function __set($name, $value) {
15 public function offsetSet($name, $value) {
18 public function offsetGet($name) {}
19 public function offsetExists($name) {}
20 public function offsetUnset($name) {}
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 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)
H A Dbug61782.phpt6 abstract protected function __clone();
10 protected function __clone() {
16 public function __construct() {
21 public function __clone() {}
/PHP-7.0/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-7.0/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 --
/PHP-7.0/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
14 function doCalls(ReflectionGenerator $ref) {
23 ($gen = (function() use (&$gen) {
28 yield from (function() use ($ref) {
54 ["function"]=>
/PHP-7.0/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-7.0/ext/standard/tests/general_functions/
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 --
H A Dbug36011.phpt8 static function test()
13 function whee()
18 function whee4()
23 static function whee5()
/PHP-7.0/ext/ctype/tests/
H A D001.phpt9 function ctype_test_001($function) {
12 if($function($a)) $n++;
14 echo "$function $n\n";
/PHP-7.0/tests/classes/
H A Dstatic_this.phpt2 ZE2 $this can be an argument to a static function
8 function __construct()
14 static function Test1()
19 static function Test2($this)

Completed in 43 milliseconds

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