Home
last modified time | relevance | path

Searched refs:function (Results 326 – 350 of 7555) sorted by relevance

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

/PHP-7.0/ext/date/tests/
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-7.0/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-7.0/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-7.0/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-7.0/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-7.0/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-7.0/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 --
/PHP-7.0/Zend/tests/
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 Dlsb_002.phpt2 ZE2 Late Static Binding in an instance function
10 protected static function staticFunction() {
14 public function testStaticVar() {
18 public function testClassConst() {
22 public function testStaticFunction() {
31 protected static function staticFunction() {
H A Dbug26166.phpt8 function __toString()
18 function __construct()
23 function __toString()
34 function my_error_handler($errno, $errstr, $errfile, $errline) {
42 function __toString() {
53 function __toString() {
H A Dbug75420.16.phpt6 public function offsetExists($x) { }
7 public function offsetGet($x) { }
8 public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
9 public function offsetUnset($x) { }
H A Dclosure_007.phpt9 function getClosureGetter () {
10 return function () {
11 return function () {
17 function printX () {
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php8 protected $function; variable in gtVariationContainerFunction
18 * @param gtFunction $function
20 public function setFunction(gtFunction $function) { argument
21 $this->function = $function;
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_return_without_value.phpt6 function gen() {
11 function gen2() {
16 function gen3() {
21 function gen4() {
/PHP-7.0/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
12 * Description: Sets the processing instruction (PI) handler function for the XML parser.
20 function PIHandler($parser, $target, $data)
26 function parse($data)
43 echo "Simple test of xml_set_processing_instruction_handler() function\n";
49 Simple test of xml_set_processing_instruction_handler() function
/PHP-7.0/ext/spl/tests/
H A Diterator_016.phpt8 function getIterator()
17 function __construct(Menu $it)
21 function rewind()
26 function beginChildren()
31 function endChildren()
35 function valid()
H A Dfixedarray_019.phpt6 public function rewind() {
10 public function valid() {
14 public function next() {
18 public function current() {
22 public function key() {
H A Diterator_014.phpt8 function valid()
21 function getChildren()
30 function rewind()
36 function valid()
42 function current()
48 function key()
54 function next()
60 function beginChildren()
65 function endChildren()
H A Diterator_022.phpt8 function getChildren()
14 function valid()
40 function rewind()
47 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
92 function callGetChildren()
103 function beginChildren()
[all …]
/PHP-7.0/Zend/tests/anon/
H A D005.phpt8 public function __construct(&$data) {
13 public function getArrayAccess() {
17 public function offsetGet($offset) { return $this->data[$offset]; }
18 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
19 public function offsetUnset($offset) { unset($this->data[$offset]); }
20 public function offsetExists($offset) { return isset($this->data[$offset]); }
/PHP-7.0/ext/shmop/tests/
H A D002.phpt16 $hex_shm_id = function(){
20 echo PHP_EOL, '## shmop_open function tests ##';
36 echo PHP_EOL, '## shmop_read function tests ##';
50 echo PHP_EOL, '## shmop_write function tests ##';
59 echo PHP_EOL, '## shmop_size function tests ##';
72 ## shmop_open function tests ##
88 ## shmop_read function tests ##
98 ## shmop_write function tests ##
105 ## shmop_size function tests ##
109 ## shmop_delete function tests ##
[all …]

Completed in 44 milliseconds

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