Home
last modified time | relevance | path

Searched refs:function (Results 651 – 675 of 7077) sorted by relevance

1...<<21222324252627282930>>...284

/PHP-5.6/Zend/tests/
H A Dconstructor_args.phpt6 function __construct();
9 public function __construct($x = 1) {
13 public function __construct($x = 1, $y = 2) {
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
14 function stream_read($count) {
19 function stream_eof() {
22 function stream_stat() {
H A Dbug41961.phpt9 public static function test() {
13 private function secret() {
19 private function secret() { }
23 public function secret() {
H A Dclosure_027.phpt6 function test(closure $a) {
11 test(function() { return new stdclass; });
13 test(function() { });
15 $a = function($x) use ($y) {};
H A Dns_036.phpt12 function f1($x = ArrayObject::STD_PROP_LIST) {
15 function f2($x = \ArrayObject::STD_PROP_LIST) {
18 function f3($x = \A\ArrayObject::STD_PROP_LIST) {
21 function f4($x = B\ArrayObject::STD_PROP_LIST) {
H A Dobjects_024.phpt2 Testing direct assigning for property of object returned by function
9 public function __set($a, $b) {
13 public function __get($a) {
19 function test() {
/PHP-5.6/tests/classes/
H A Darray_access_012.phpt9 public function offsetUnset($index) {}
11 public function offsetSet($index, $value) {
15 public function offsetGet($index) {
19 public function offsetExists($index) {
/PHP-5.6/ext/posix/tests/
H A Dposix_get_last_error_error.phpt2 Test posix_get_last_error() function : error conditions
10 * Description: Retrieve the error number set by the last posix function which failed.
18 echo "\n-- Testing posix_get_last_error() function with one argument --\n";
27 -- Testing posix_get_last_error() function with one argument --
/PHP-5.6/ext/xmlrpc/tests/
H A Dbug47818.phpt12 function impl($method_name, $params, $user_data){
18 function __construct() {
23 function call($req) {
27 function getMethod() {return $this->method;}
/PHP-5.6/Zend/tests/arg_unpack/
H A Dbasic.phpt6 function test(...$args) {
10 function test2($arg1, $arg2, $arg3 = null) {
14 function getArray($array) {
18 function arrayGen($array) {
/PHP-5.6/Zend/tests/traits/
H A Dbug55554b.phpt7 public function foo() {
10 public function bar() {
20 public function __construct() {
32 public function OverridingIsSilent2() {
/PHP-5.6/tests/lang/
H A Dbug35176.phpt13 <b>Warning</b>: require_once(nonexisiting.php) [<a href='/function.require-once.html'>function.req…
15 <b>Fatal error</b>: require_once() [<a href='/function.require.html'>function.require.html</a>]: F…
/PHP-5.6/ext/date/tests/
H A DDateTimeZone_getOffset_error.phpt2 Test DateTimeZone::getOffset() function : error conditions
19 echo "\n-- Testing DateTimeZone::getOffset() function with zero arguments --\n";
22 echo "\n-- Testing DateTimeZone::getOffset() function with more than expected no. of arguments --\n…
31 -- Testing DateTimeZone::getOffset() function with zero arguments --
36 -- Testing DateTimeZone::getOffset() function with more than expected no. of arguments --
H A DDateTime_setTimezone_error.phpt2 Test DateTime::setTimezone () function : error conditions
17 echo "\n-- Testing DateTime::setTimezone () function with zero arguments --\n";
20 echo "\n-- Testing DateTime::setTimezone () function with more than expected no. of arguments --\n";
30 -- Testing DateTime::setTimezone () function with zero arguments --
35 -- Testing DateTime::setTimezone () function with more than expected no. of arguments --
H A Dgmdate_error.phpt2 Test gmdate() function : error conditions
19 echo "\n-- Testing gmdate() function with Zero arguments --\n";
23 echo "\n-- Testing gmdate() function with more than expected no. of arguments --\n";
32 -- Testing gmdate() function with Zero arguments --
37 -- Testing gmdate() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_error.phpt2 Test array_intersect() function : error conditions
13 echo "\n-- Testing array_intersect() function with Zero arguments --\n";
17 echo "\n-- Testing array_intersect() function with less than expected no. of arguments --\n";
26 -- Testing array_intersect() function with Zero arguments --
31 -- Testing array_intersect() function with less than expected no. of arguments --
H A Darray_shift_error.phpt2 Test array_shift() function : error conditions - Pass incorrect number of args
17 echo "\n-- Testing array_shift() function with Zero arguments --\n";
21 echo "\n-- Testing array_shift() function with more than expected no. of arguments --\n";
31 -- Testing array_shift() function with Zero arguments --
36 -- Testing array_shift() function with more than expected no. of arguments --
H A Darray_values_error.phpt2 Test array_values() function : error conditions - Pass incorrect number of functions
17 echo "\n-- Testing array_values() function with Zero arguments --\n";
21 echo "\n-- Testing array_values() function with more than expected no. of arguments --\n";
32 -- Testing array_values() function with Zero arguments --
37 -- Testing array_values() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/dir/
H A Dchdir_error1.phpt2 Test chdir() function : error conditions - Incorrect number of arguments
17 echo "\n-- Testing chdir() function with Zero arguments --\n";
21 echo "\n-- Testing chdir() function with more than expected no. of arguments --\n";
30 -- Testing chdir() function with Zero arguments --
35 -- Testing chdir() function with more than expected no. of arguments --
/PHP-5.6/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc4 function echoSOAPStructFault($input) {
8 function echoBaseStructFault($input) {
12 function echoExtendedStructFault($input) {
16 function echoMultipleFaults1($which, $s1, $s2) {
24 function echoMultipleFaults2($which, $s1, $s2, $s3) {
/PHP-5.6/ext/standard/tests/strings/
H A Dchop_error.phpt2 Test chop() function : error conditions
17 echo "\n-- Testing chop() function with Zero arguments --\n";
21 echo "\n-- Testing chop() function with more than expected no. of arguments --\n";
34 -- Testing chop() function with Zero arguments --
39 -- Testing chop() function with more than expected no. of arguments --
H A Dhtmlspecialchars_decode_error.phpt2 Test htmlspecialchars_decode() function : error conditions
13 echo "\n-- Testing htmlspecialchars_decode() function with Zero arguments --\n";
17 echo "\n-- Testing htmlspecialchars_decode() function with more than expected no. of arguments --\n…
28 -- Testing htmlspecialchars_decode() function with Zero arguments --
33 -- Testing htmlspecialchars_decode() function with more than expected no. of arguments --
H A Dquoted_printable_decode_error.phpt2 Test quoted_printable_decode() function : error conditions
12 echo "\n-- Testing quoted_printable_decode() function with no arguments --\n";
15 echo "\n-- Testing quoted_printable_decode() function with more than expected no. of arguments --\n…
29 -- Testing quoted_printable_decode() function with no arguments --
34 -- Testing quoted_printable_decode() function with more than expected no. of arguments --
H A Dstrip_tags_error.phpt2 Test strip_tags() function : error conditions
16 echo "\n-- Testing strip_tags() function with Zero arguments --\n";
20 echo "\n-- Testing strip_tags() function with more than expected no. of arguments --\n";
31 -- Testing strip_tags() function with Zero arguments --
36 -- Testing strip_tags() function with more than expected no. of arguments --
H A Ducwords_error.phpt2 Test ucwords() function : error conditions
13 echo "\n-- Testing ucwords() function with Zero arguments --\n";
17 echo "\n-- Testing ucwords() function with more than expected no. of arguments --\n";
31 -- Testing ucwords() function with Zero arguments --
36 -- Testing ucwords() function with more than expected no. of arguments --

Completed in 29 milliseconds

1...<<21222324252627282930>>...284