Home
last modified time | relevance | path

Searched refs:function (Results 276 – 300 of 6949) sorted by relevance

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

/PHP-5.6/ext/date/tests/
H A Didate_variation3.phpt2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…
13 // Initialise function arguments not being substituted (if any)
17 echo "\n-- Testing idate() function with float 12.3456789000e10 to timestamp --\n";
21 echo "\n-- Testing idate() function with float -12.3456789000e10 to timestamp --\n";
30 -- Testing idate\(\) function with float 12.3456789000e10 to timestamp --
33 -- Testing idate\(\) function with float -12.3456789000e10 to timestamp --
H A Ddate_default_timezone_set_error.phpt2 Test date_default_timezone_set() function : error variations
12 echo "\n-- Testing date_default_timezone_set() function with less than expected no. of arguments --…
15 echo "\n-- Testing date_default_timezone_set() function with more than expected no. of arguments --…
19 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
27 -- Testing date_default_timezone_set() function with less than expected no. of arguments --
32 -- Testing date_default_timezone_set() function with more than expected no. of arguments --
37 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A Dgmdate_variation4.phpt2 Test gmdate() function : usage variation - Passing textual representation of day formats.
17 echo "\n-- Testing gmdate() function with partial textual representation of day --\n";
21 echo "\n-- Testing gmdate() function with full textual representation of day --\n";
25 echo "\n-- Testing gmdate() function with English ordinal suffix --\n";
34 -- Testing gmdate() function with partial textual representation of day --
38 -- Testing gmdate() function with full textual representation of day --
42 -- Testing gmdate() function with English ordinal suffix --
/PHP-5.6/Zend/tests/
H A Dlsb_001.phpt2 ZE2 Late Static Binding in a static function
10 protected static function staticFunction() {
14 public static function testStaticVar() {
18 public static function testClassConst() {
22 public static function testStaticFunction() {
31 protected static function staticFunction() {
H A Dlsb_011.phpt2 ZE2 Late Static Binding call to static::method() from internal function (array)
7 static function ok() {
10 static function test() {
16 static function ok() {
H A Dbug31683.phpt8 function __get($test) {
13 function __set($test, $val) {
20 function __call($test, $arg) {
25 function offsetget($test) {
31 function offsetset($test, $val) {
38 function offsetexists($test) {
43 function offsetunset($test) {
H A Dbug24635.phpt8 function __construct() { $this->page = new PageClass(); }
11 function Display() {
16 function __construct($comment) {
19 function __destruct() {
24 function out($code) { return; }
H A Dbug38772.phpt7 public function __construct() {
11 private function foo() {
17 public function foo() {
23 protected function foo() {
29 private function foo() {
/PHP-5.6/ext/standard/tests/time/
H A Dstrptime_error.phpt2 Test localtime() function : error conditions
6 echo "SKIP strptime function not available in build";
22 echo "\n-- Testing strptime() function with Zero arguments --\n";
25 echo "\n-- Testing strptime() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
40 -- Testing strptime() function with Zero arguments --
45 -- Testing strptime() function with less than expected no. of arguments --
50 -- Testing strptime() function with more than expected no. of arguments --
/PHP-5.6/ext/gd/tests/
H A Dimagecolorstotal_error.phpt2 Test imagecolorstotal() function : error conditions - Pass incorrect number of arguments
9 die('skip imagecolorstotal function is not available');
24 echo "\n-- Testing imagecolorstotal() function with Zero arguments --\n";
27 echo "\n-- Testing imagecolorstotal() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing imagecolorstotal() function with a invalid resource\n";
40 -- Testing imagecolorstotal() function with Zero arguments --
45 -- Testing imagecolorstotal() function with more than expected no. of arguments --
50 -- Testing imagecolorstotal() function with a invalid resource
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt2 Test finfo_close() function : error conditions
19 echo "\n-- Testing finfo_close() function with Zero arguments --\n";
22 echo "\n-- Testing finfo_close() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing finfo_close() function with wrong resource type --\n";
33 -- Testing finfo_close() function with Zero arguments --
38 -- Testing finfo_close() function with more than expected no. of arguments --
43 -- Testing finfo_close() function with wrong resource type --
/PHP-5.6/tests/classes/
H A Diterators_006.phpt12 function __construct() {
16 function rewind() {
21 function valid() {
25 function key() {
29 function current() {
33 function next() {
43 public function getIterator() {
/PHP-5.6/ext/exif/tests/
H A Dexif_imagetype_error.phpt2 Test exif_imagetype() function : error conditions
15 echo "\n-- Testing exif_imagetype() function with no arguments --\n";
18 echo "\n-- Testing exif_imagetype() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
31 -- Testing exif_imagetype() function with no arguments --
36 -- Testing exif_imagetype() function with more than expected no. of arguments --
41 -- Testing exif_imagetype() function with an unknown file --
/PHP-5.6/ext/standard/tests/array/
H A Darray_product_error.phpt2 Test array_product() function : error conditions
14 echo "\n-- Testing array_product() function with Zero arguments --\n";
18 echo "\n-- Testing array_product() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing array_product() function incorrect argument type --\n";
31 -- Testing array_product() function with Zero arguments --
36 -- Testing array_product() function with more than expected no. of arguments --
41 -- Testing array_product() function incorrect argument type --
H A Darray_chunk_error.phpt2 Test array_chunk() function : error conditions
13 echo "\n-- Testing array_chunk() function with zero arguments --\n";
16 echo "\n-- Testing array_chunk() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing array_chunk() function with less than expected no. of arguments --\n";
32 -- Testing array_chunk() function with zero arguments --
37 -- Testing array_chunk() function with more than expected no. of arguments --
42 -- Testing array_chunk() function with less than expected no. of arguments --
/PHP-5.6/ext/posix/tests/
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";
22 echo "\n-- Testing posix_getgrgid() function with more than expected no. of arguments --\n";
28 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
37 -- Testing posix_getgrgid() function with Zero arguments --
42 -- Testing posix_getgrgid() function with more than expected no. of arguments --
47 -- Testing posix_getgrgid() function with a negative group id --
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
17 echo "\n-- Testing posix_strerror() function with Zero arguments --\n";
20 echo "\n-- Testing posix_strerror() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
34 -- Testing posix_strerror() function with Zero arguments --
39 -- Testing posix_strerror() function with more than expected no. of arguments --
44 -- Testing posix_strerror() function with invalid error number --
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 echo "*** Testing posix_getsid() : function test ***\n";
18 echo "\n-- Testing posix_getsid() function with current process pid --\n";
24 *** Testing posix_getsid() : function test ***
26 -- Testing posix_getsid() function with current process pid --
/PHP-5.6/ext/standard/tests/strings/
H A Dsscanf_error.phpt2 Test sscanf() function : error conditions
15 echo "\n-- Testing sscanf() function with no arguments --\n";
18 echo "\n-- Testing sscanf() function with one argument --\n";
21 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
30 -- Testing sscanf() function with no arguments --
35 -- Testing sscanf() function with one argument --
40 -- Testing sscanf() function with more than expected no. of arguments --
H A Dstrtr_error.phpt2 Test strtr() function : error conditions
16 echo "\n-- Testing strtr() function with Zero arguments --";
19 echo "\n-- Testing strtr() function with less than expected no. of arguments --";
22 echo "\n-- Testing strtr() function with more than expected no. of arguments --";
30 -- Testing strtr() function with Zero arguments --
34 -- Testing strtr() function with less than expected no. of arguments --
38 -- Testing strtr() function with more than expected no. of arguments --
H A Dvprintf_error.phpt2 Test vprintf() function : error conditions
18 echo "\n-- Testing vprintf() function with Zero arguments --\n";
21 echo "\n-- Testing vprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vprintf() function with more than expected no. of arguments --\n";
32 -- Testing vprintf() function with Zero arguments --
37 -- Testing vprintf() function with less than expected no. of arguments --
42 -- testing vprintf() function with more than expected no. of arguments --
H A Dvsprintf_error.phpt2 Test vsprintf() function : error conditions
18 echo "\n-- Testing vsprintf() function with Zero arguments --\n";
21 echo "\n-- Testing vsprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vsprintf() function with more than expected no. of arguments --\n";
32 -- Testing vsprintf() function with Zero arguments --
37 -- Testing vsprintf() function with less than expected no. of arguments --
42 -- testing vsprintf() function with more than expected no. of arguments --
/PHP-5.6/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php60 $function = new gtFunction($name); variable
61 $function->setArgumentNames();
62 $function->setArgumentLists();
63 $function->setInitialisationStatements();
73 $testCase->setFunction($function);
86 $testCase->setFunction($function);
101 $testCaseContainer->setFunction($function);
/PHP-5.6/ext/standard/tests/general_functions/
H A Dsleep_error.phpt2 Test sleep() function : error conditions
13 echo "\n-- Testing sleep() function with zero arguments --\n";
16 echo "\n-- Testing sleep() function with more than expected no. of arguments --\n";
21 echo "\n-- Testing sleep() function with negative interval --\n";
30 -- Testing sleep() function with zero arguments --
35 -- Testing sleep() function with more than expected no. of arguments --
40 -- Testing sleep() function with negative interval --
H A Dusleep_error.phpt2 Test usleep() function : error conditions
14 echo "\n-- Testing usleep() function with zero arguments --\n";
17 echo "\n-- Testing usleep() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing usleep() function with negative interval --\n";
31 -- Testing usleep() function with zero arguments --
36 -- Testing usleep() function with more than expected no. of arguments --
41 -- Testing usleep() function with negative interval --

Completed in 33 milliseconds

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