Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt45 f[call:1; len:1]1
46 f[call:2; len:1]2
47 f[call:3; len:1]3
48 f[call:4; len:1]4
49 f[call:5; len:1]5
50 f[call:6; len:1]6
51 f[call:7; len:1]7
53 f[call:9; len:0]
60 f[call:5; len:0]
70 f[call:3; len:0]
[all …]
H A Dob_start_basic_unerasable_001.phpt13 echo "This call will obtain the content:\n";
19 [callback:1]This call will obtain the content:
20 string(35) "This call will obtain the content:
/PHP-5.5/tests/lang/
H A DpassByReference_003.phpt6 echo "\nInside passbyVal call:\n";
11 echo "\nInside passbyRef call:\n";
17 echo "\nAfter call\n";
22 echo "\nAfter call\n";
31 Inside passbyVal call:
34 After call
41 Inside passbyRef call:
44 After call
H A DpassByReference_007.phpt45 echo "Pass a function call that returns a value:\n";
50 echo "Pass a function call that returns a reference:\n";
56 echo "\nPass a static method call that returns a value:\n";
68 echo "\nPass a method call that returns a value:\n";
73 echo "Pass a method call that returns a reference:\n";
80 Pass a function call that returns a value:
85 Pass a function call that returns a reference:
89 Pass a static method call that returns a value:
94 Pass a static method call that returns a reference:
98 Pass a method call that returns a value:
[all …]
H A Dengine_assignExecutionOrder_003.phpt10 echo "Bad call\n";
15 echo "Good call\n";
34 echo "Good call\n";
39 echo "Bad call\n";
85 Good call
86 Good call
H A DreturnByReference.006.phpt23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.007.phpt25 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
49 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.008.phpt26 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
33 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
50 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
56 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
62 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
/PHP-5.5/Zend/tests/
H A Dbug38220.phpt30 echo "before call $method\n";
33 echo "after call $method\n";
63 before call func1
69 after call func1
71 before call close
77 after call close
78 before call func1
84 after call func1
86 before call close
92 after call close
H A Dbug38047.phpt22 foreach ($backtrace as $call) {
24 if (isset($call["file"])) {
25 echo $call["file"];
26 if (isset($call["line"])) {
27 echo ":".$call["line"];
30 if (isset($call["function"])) {
31 echo " ".$call["function"]."()";
38 //This will not create file and line items for the call into the error handler
H A Dbug54358.phpt6 public function call($function) {
13 $asserter->call($function = 'md5');
21 $asserter->call($function);
29 $asserter->call($function);
H A Dbug54910.phpt15 $call = array($class, 'noSuchMethod');
17 if (is_callable($call)) {
18 call_user_func($call);
H A Dbug26802.phpt2 Bug #26802 (Can't call static method using a variable)
25 * call foo::fail. In PHP 5 we first evaluate static class
26 * properties and then do the function call.
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt21 public function call($cb) {
26 $this->call(array('parent', 'who'));
27 $this->call(array('C', 'parent::who'));
28 $this->call(array('B', 'parent::who'));
30 $this->call(array('A', 'who'));
31 $this->call(array('C', 'who'));
32 $this->call(array('B', 'who2'));
64 public function call($cb) {
69 $this->call(array('parent', 'who'));
71 $this->call(array($this, 'O::who'));
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_dir_basic.phpt13 echo "call readdir():\n";
24 echo "call readdir():\n";
33 echo "call readdir():\n";
44 call readdir():
61 call fseek() on directory resource:
63 call readdir():
79 call fseek() with different arguments on directory resource:
81 call readdir():
/PHP-5.5/ext/intl/tests/
H A Ddateformat_get_datetype.phpt30 $res_str .= "\nAfter call to get_datetype : datetype= $date_type";
45 After call to get_datetype : datetype= 0
48 After call to get_datetype : datetype= 1
51 After call to get_datetype : datetype= 2
54 After call to get_datetype : datetype= 3
57 After call to get_datetype : datetype= -1
H A Ddateformat_get_timetype.phpt30 $res_str .= "\nAfter call to get_timetype : timetype= $time_type";
45 After call to get_timetype : timetype= 0
48 After call to get_timetype : timetype= 1
51 After call to get_timetype : timetype= 2
54 After call to get_timetype : timetype= 3
57 After call to get_timetype : timetype= -1
H A Ddateformat_is_set_lenient.phpt24 $res_str .= "After call to get_lenient : lenient= ";
42 $res_str .= "After call to is_lenient : lenient= ";
61 $res_str .= "After call to is_lenient : lenient= ";
81 After call to get_lenient : lenient= TRUE
84 After call to is_lenient : lenient= TRUE
87 After call to is_lenient : lenient= FALSE
H A Ddateformat_get_locale.phpt29 $res_str .= "\nAfter call to get_locale : locale= $locale";
50 After call to get_locale : locale= de_DE
53 After call to get_locale : locale= sl
56 After call to get_locale : locale= en
59 After call to get_locale : locale= hi
H A Ddateformat_get_timezone_id.phpt31 $res_str .= "\nAfter call to get_timezone_id : timezone_id= $timezone_id";
46 After call to get_timezone_id : timezone_id= America/New_York
49 After call to get_timezone_id : timezone_id= US/Pacific
52 After call to get_timezone_id : timezone_id= US/Central
H A Ddateformat_get_set_pattern.phpt31 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
42 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
60 After call to get_pattern : pattern= dd-MM-YY
65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
77 After call to get_pattern : pattern= yyyy/MM/dd
83 After call to get_pattern : pattern= yyyyMMdd
H A Ddateformat_get_set_pattern2.phpt31 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
42 $res_str .= "\nAfter call to get_pattern : pattern= $pattern";
60 After call to get_pattern : pattern= dd-MM-YY
65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
77 After call to get_pattern : pattern= yyyy/MM/dd
83 After call to get_pattern : pattern= yyyyMMdd
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_basic004.phpt2 curl_setopt() call with CURLOPT_RETURNTRANSFER
15 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n";
28 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n";
42 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1
44 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0
/PHP-5.5/ext/reflection/tests/
H A Dbug60367.phpt9 public static function call() {
21 $method = new ReflectionMethod("b::call");
24 $method = new ReflectionMethod("A::call");
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45226.phpt12 echo xmlrpc_encode_request('method.call', array('date' => $d));
16 echo xmlrpc_encode_request('method.call', array('date' => $d));
22 <methodName>method.call</methodName>
40 <methodName>method.call</methodName>

Completed in 31 milliseconds

12345678910>>...12