Home
last modified time | relevance | path

Searched refs:function (Results 501 – 525 of 7077) sorted by relevance

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

/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_resource_error.phpt2 Test is_resource() function : error conditions
12 echo "\n-- Testing is_resource() function with Zero arguments --\n";
15 echo "\n-- Testing is_resource() function with more than expected no. of arguments --\n";
25 -- Testing is_resource() function with Zero arguments --
30 -- Testing is_resource() function with more than expected no. of arguments --
/PHP-5.6/Zend/tests/
H A Dbug26698.phpt10 function getNone()
18 function three($a, $b, $c)
22 function callOne()
35 function callTwo()
48 function callThree()
H A Dbug45805.phpt9 public static function handleError($errno, $errstr, $errfile, $errline)
16 public function getX() {
22 public function foo() {
27 public function bar() {
44 #1 [internal function]: B->foo()
H A Dbug32252.phpt8 function offsetExists($offset)
14 function offsetGet($offset)
20 function offsetSet($offset, $value)
26 function offsetUnset($offset)
H A Dbug64966.phpt6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
8 function test($func) {
13 public function b() {
25 #0 [internal function]: {closure}(4096, 'Argument 1 pass...', '%s', 6, Array)
/PHP-5.6/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_headers.inc4 function Header1($input)
8 function Header2($input)
12 function echoString($inputString)
/PHP-5.6/ext/date/tests/
H A DDateTime_setDate_error.phpt2 Test DateTime::setDate() function : error conditions
17 echo "\n-- Testing DateTime::setDate() function with zero arguments --\n";
20 echo "\n-- Testing DateTime::setDate() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing DateTime::setDate() function with more than expected no. of arguments --\n";
36 -- Testing DateTime::setDate() function with zero arguments --
41 -- Testing DateTime::setDate() function with less than expected no. of arguments --
49 -- Testing DateTime::setDate() function with more than expected no. of arguments --
H A DDateTime_setISODate_error.phpt2 Test DateTime::setISODate () function : error conditions
19 echo "\n-- Testing DateTime::setISODate() function with zero arguments --\n";
23 echo "\n-- Testing DateTime::setISODate() function with less than expected no. of arguments --\n";
26 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
37 -- Testing DateTime::setISODate() function with zero arguments --
42 -- Testing DateTime::setISODate() function with less than expected no. of arguments --
47 -- Testing date_isodate_set() function with more than expected no. of arguments --
H A Ddate_date_set_error.phpt2 Test date_date_set() function : error conditions
15 echo "\n-- Testing date_date_set() function with zero arguments --\n";
18 echo "\n-- Testing date_date_set() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing date_date_set() function with more than expected no. of arguments --\n";
36 -- Testing date_date_set() function with zero arguments --
41 -- Testing date_date_set() function with less than expected no. of arguments --
52 -- Testing date_date_set() function with more than expected no. of arguments --
H A Ddate_offset_get_error.phpt2 Test date_offset_get() function : error conditions
17 echo "\n-- Testing date_offset_get() function with zero arguments --\n";
20 echo "\n-- Testing date_offset_get() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing date_offset_get() function with an invalid values for \$object argument --\n";
37 -- Testing date_offset_get() function with zero arguments --
42 -- Testing date_offset_get() function with more than expected no. of arguments --
47 -- Testing date_offset_get() function with an invalid values for $object argument --
H A Ddate_parse_error.phpt2 Test date_parse() function : error conditions
15 echo "\n-- Testing date_parse() function with zero arguments --\n";
18 echo "\n-- Testing date_parse() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing date_parse() function with unexpected characters in \$date argument --\n";
32 -- Testing date_parse() function with zero arguments --
37 -- Testing date_parse() function with more than expected no. of arguments --
42 -- Testing date_parse() function with unexpected characters in $date argument --
H A Ddate_timezone_get_error.phpt2 Test date_timezone_get() function : error conditions
16 echo "\n-- Testing date_timezone_get() function with zero arguments --\n";
19 echo "\n-- Testing date_timezone_get() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing date_timezone_get() function with an invalid values for \$object argument --\n";
36 -- Testing date_timezone_get() function with zero arguments --
41 -- Testing date_timezone_get() function with more than expected no. of arguments --
46 -- Testing date_timezone_get() function with an invalid values for $object argument --
H A Dtimezone_name_get_error.phpt2 Test timezone_name_get() function : error conditions
16 echo "\n-- Testing timezone_name_get() function with zero arguments --\n";
19 echo "\n-- Testing date_timezone_set() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing timezone_name_get() function with an invalid values for \$object argument --\n";
36 -- Testing timezone_name_get() function with zero arguments --
41 -- Testing date_timezone_set() function with more than expected no. of arguments --
46 -- Testing timezone_name_get() function with an invalid values for $object argument --
/PHP-5.6/tests/classes/
H A Dfactory_and_singleton_001.phpt13 static function factory($x) {
22 protected function __construct($x) {
27 static function destroy() {
31 protected function __destruct() {
35 public function get() {
39 static public function getX() {
47 static public function count() {
H A Dfactory_and_singleton_002.phpt13 static function factory($x) {
22 protected function __construct($x) {
27 static function destroy() {
31 protected function __destruct() {
35 public function get() {
39 static public function getX() {
47 static public function count() {
H A Dabstract_class.phpt9 abstract function show();
13 function show() {
14 echo "Call to function show()\n";
27 Call to function show()
/PHP-5.6/ext/standard/tests/array/
H A Darray_pad_error.phpt2 Test array_pad() function : error conditions
13 echo "\n-- Testing array_pad() function with Zero arguments --\n";
17 echo "\n-- Testing array_pad() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing array_pad() function with less than expected no. of arguments --\n";
36 -- Testing array_pad() function with Zero arguments --
41 -- Testing array_pad() function with more than expected no. of arguments --
46 -- Testing array_pad() function with less than expected no. of arguments --
H A Darray_fill_error.phpt2 Test array_fill() function : error conditions
14 echo "-- Testing array_fill() function with Zero arguments --\n";
18 echo "-- Testing array_fill() function with more than expected no. of arguments --\n";
26 echo "-- Testing array_fill() function with less than expected no. of arguments --\n";
39 -- Testing array_fill() function with Zero arguments --
43 -- Testing array_fill() function with more than expected no. of arguments --
47 -- Testing array_fill() function with less than expected no. of arguments --
/PHP-5.6/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt15 function f() {}
20 private function privf() {}
23 protected static function protStatf() {}
29 final static public function finalStatPubf() {}
36 function f() {}
45 private function privf() {}
54 protected static function protStatf() {}
H A DReflectionFunction_getClosure_error.phpt2 Test ReflectionFunction::getClosure() function : error functionality
6 * Description: Returns a dynamically created closure for the function
13 function foo()
15 var_dump( "Inside foo function" );
H A Dbug63399.phpt6 public function run() {}
7 public function say() {}
11 public function run() {}
12 public function say() {}
/PHP-5.6/ext/standard/tests/strings/
H A Dstrval_error.phpt2 Test strval() function : usage variations - error conditions
23 echo "\n-- Testing strval() function with more than expected no. of arguments --\n";
27 echo "\n-- Testing strval() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strval() function with object which has not toString() method --\n";
39 -- Testing strval() function with more than expected no. of arguments --
44 -- Testing strval() function with less than expected no. of arguments --
49 -- Testing strval() function with object which has not toString() method --
/PHP-5.6/ext/standard/tests/url/
H A Dget_headers_error_002.phpt2 Test get_headers() function: wrong type for argument format
18 echo "\n-- Testing get_headers() function with format argument as type string --\n";
22 echo "\n-- Testing get_headers() function with format argument as type array --\n";
31 echo "\n-- Testing get_headers() function with format argument as type object --\n";
40 -- Testing get_headers() function with format argument as type string --
45 -- Testing get_headers() function with format argument as type array --
50 -- Testing get_headers() function with format argument as type object --
/PHP-5.6/ext/standard/tests/serialize/
H A D005.phpt10 function do_autoload($class_name)
19 function unserializer($class_name)
37 eval('function __autoload($class_name) { do_autoload($class_name); }');
48 function serialize()
53 function unserialize($serialized)
58 function __wakeup()
63 function __sleep()
74 function serialize()
86 function unserialize($serialized)
91 function __wakeup()
[all …]
/PHP-5.6/ext/standard/tests/streams/
H A Dbug67626.phpt7 public function stream_open() { return true; }
9 public function stream_read()
15 public function stream_eof()
20 public function stream_write()

Completed in 71 milliseconds

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