Home
last modified time | relevance | path

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

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

/PHP-7.0/ext/date/tests/
H A Didate_variation6.phpt2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi…
13 // Initialise function arguments not being substituted (if any)
17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
9 public function __construct($in) {
13 public function getYear1() {
17 public function getYear2() {
H A Dtimezone_offset_get_error.phpt2 Test timezone_offset_get() function : error conditions
18 function err($errno, $errstr) {
26 echo "\n-- Testing timezone_offset_get() function with zero arguments --\n";
34 echo "\n-- Testing timezone_offset_get() function with less than expected no. of arguments --\n";
42 echo "\n-- Testing timezone_offset_get() function with more than expected no. of arguments --\n";
51 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$object argument --\n…
101 -- Testing timezone_offset_get() function with zero arguments --
104 -- Testing timezone_offset_get() function with less than expected no. of arguments --
107 -- Testing timezone_offset_get() function with more than expected no. of arguments --
110 -- Testing timezone_offset_get() function with an invalid values for $object argument --
[all …]
/PHP-7.0/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator9.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/tar/
H A Dphar_buildfromiterator5.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_buildfromiterator9.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_006.phpt6 function i1() {
11 function i2() {
16 function i3() {
21 function i4() {
26 function i5() {
31 function i6() {
H A D014.phpt2 Testing eval function inside user-defined function
5 function F ($a) {
/PHP-7.0/ext/hash/tests/
H A Dhash_hmac_error.phpt2 Test hash_hmac() function : basic functionality
14 $data = "This is a sample string used to test the hash_hmac function with various hashing algorithm…
17 echo "\n-- Testing hash_hmac() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing hash_hmac() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing hash_hmac() function with invalid hash algorithm --\n";
34 -- Testing hash_hmac() function with less than expected no. of arguments --
45 -- Testing hash_hmac() function with more than expected no. of arguments --
50 -- Testing hash_hmac() function with invalid hash algorithm --
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments
23 echo "\n-- Testing mb_ereg_match() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing mb_ereg_match() function with less than expected no. of arguments --\n";
36 echo "\n-- Testing mb_ereg_match() function with zero arguments --\n";
44 -- Testing mb_ereg_match() function with more than expected no. of arguments --
49 -- Testing mb_ereg_match() function with less than expected no. of arguments --
54 -- Testing mb_ereg_match() function with zero arguments --
/PHP-7.0/ext/spl/tests/
H A Dobserver_001.phpt10 function __construct($name = 'obj')
15 function update(SplSubject $subject)
20 function getName()
31 function __construct($name = 'sub')
36 function attach(SplObserver $observer)
45 function detach(SplObserver $observer)
55 function notify()
64 function getName()
H A Diterator_023.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/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
11 echo "\n-- Testing php_uname() function with more than expected no. of arguments --\n";
14 echo "\n-- Testing php_uname() function with invalid mode --\n";
23 echo "\n-- Testing php_uname() function with invalid argument types --\n";
35 -- Testing php_uname() function with more than expected no. of arguments --
40 -- Testing php_uname() function with invalid mode --
43 -- Testing php_uname() function with invalid argument types --
H A Dbug41037.phpt2 Bug #41037 (unregister_tick_function() inside the tick function crash PHP)
6 function a() {
19 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
22 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
/PHP-7.0/tests/classes/
H A Ddereferencing_001.phpt9 function __construct($_name) {
13 function display() {
21 function __construct($_name, $_address) {
25 function getName() {
H A Dunset_properties.phpt15 public function __get($name)
20 public function __set($name, $value)
26 public function __isset($name)
32 public function getPublicProperty()
37 public function setPublicProperty($publicProperty)
42 public function unsetProtectedProperty()
47 public function getProtectedProperty()
52 public function setProtectedProperty($protectedProperty)
57 public function unsetPrivateProperty()
62 public function getPrivateProperty()
[all …]
/PHP-7.0/Zend/tests/
H A Dns_054.phpt10 function update(\SplSubject $x) {
16 function attach(\SplObserver $x) {
19 function notify() {
21 function detach(\SplObserver $x) {
H A Dbug31177.phpt7 public function query() {
11 public function select() {
15 public function select2() {
23 public function __construct($resource) {
H A Dbug44653.phpt7 function fooBar() { echo __FUNCTION__ . PHP_EOL; }
11 static function fooBar() { echo "bag1\n"; }
14 static function fooBar() { echo "bag2\n"; }
16 function fooBar() { echo __FUNCTION__ . PHP_EOL; }
H A Dbug55007.phpt6 function __autoload($classname) {
7 if ('CompileErrorClass'==$classname) eval('class CompileErrorClass { function foo() { $a[]; } }');
8 …if ('MyErrorHandler'==$classname) eval('class MyErrorHandler { function __construct() { print "My …
11 function shutdown() {
/PHP-7.0/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt8 public function M1() {}
9 public function M2() {}
13 public function M1() {}
14 public function M2() {}
/PHP-7.0/tests/func/
H A D003.phpt2 General function test
6 function a()
11 function b($i)
17 function c($i,$j)
36 function factorial($n)
46 function factorial2($start, $n)
66 function call_fact()
76 function return4() { return 4; }
77 function return7() { return 7; }
90 function andi($i, $j)
[all …]
/PHP-7.0/ext/spl/internal/
H A Drecursiveiteratoriterator.inc62 function rewind()
75 function valid()
91 function key()
99 function current()
107 function next()
177 function getDepth()
185 function callHasChildren()
193 function callGetChildren()
201 function beginChildren()
209 function endChildren()
[all …]

Completed in 34 milliseconds

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