Home
last modified time | relevance | path

Searched refs:function (Results 376 – 400 of 6949) sorted by relevance

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

/PHP-5.6/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() {
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() {
/PHP-5.6/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-5.6/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() {
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-5.6/Zend/tests/
H A Dns_058.phpt7 function foo() {
15 function __construct() {
18 static function bar() {
23 function f1($x=namespace\C) {
26 function f2($x=namespace\foo::C) {
30 function f3(namespace\foo $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() {
H A Dns_054.phpt10 function update(\SplSubject $x) {
16 function attach(\SplObserver $x) {
19 function notify() {
21 function detach(\SplObserver $x) {
/PHP-5.6/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() {
/PHP-5.6/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-5.6/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-5.6/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() {
18 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
21 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
/PHP-5.6/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-5.6/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-5.6/scripts/dev/generate-phpt/src/texts/
H A DunknownFunction.txt2 The function name is not a valid PHP function name.
3 Check that the extension containing the function is loaded.
/PHP-5.6/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 …]
/PHP-5.6/tests/classes/
H A Ddereferencing_001.phpt9 function Name($_name) {
13 function display() {
21 function person($_name, $_address) {
25 function getName() {

Completed in 47 milliseconds

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