Home
last modified time | relevance | path

Searched refs:call (Results 26 – 50 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dbug46246.phpt12 public function call($method, $args = array())
31 $a->call('Test');
32 $b->call('Test');
H A Derrmsg_014.phpt2 errmsg: cannot call __clone() method on objects
17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dmagic_methods_001.phpt13 print "call\n";
43 call
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt2 curl_setopt() call with CURLOPT_HTTPHEADER
15 echo "*** curl_setopt() call with CURLOPT_HTTPHEADER\n";
40 *** curl_setopt() call with CURLOPT_HTTPHEADER
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt15 echo "2nd call\n";
24 echo "2nd call\n";
34 echo "2nd call\n";
44 echo "2nd call\n";
156 2nd call
183 2nd call
210 2nd call
235 2nd call
263 2nd call after oci_rollback
291 2nd call after successful execute
[all …]
/PHP-5.5/tests/output/
H A Dob_start_basic_unerasable_003.phpt13 echo "This call will obtain the content, but will not clean the buffer.";
18 [callback:1]This call will obtain the content, but will not clean the buffer.
22 string(65) "This call will obtain the content, but will not clean the buffer."
H A Dob_start_basic_unerasable_004.phpt13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
22 string(65) "This call will obtain the content, but will not flush the buffer."
H A Dob_start_basic_006.phpt2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
14 return "f[call:$i; len:$len] - $string\n";
28 return "C::g[call:$i; len:$len] - $string\n";
35 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
116 C::h[call:1; len:37; id:originalID] - bool(true)
122 C::h[call:2; len:37; id:changedID] - bool(true)
/PHP-5.5/ext/intl/tests/
H A Ddateformat_set_timezone_id.phpt37 $res_str .= "\nAfter call to set_timezone_id : timezone_id= $timezone_id";
59 After call to set_timezone_id : timezone_id= America/New_York
64 After call to set_timezone_id : timezone_id= America/Los_Angeles
69 After call to set_timezone_id : timezone_id= America/Chicago
74 After call to set_timezone_id : timezone_id= CN
H A Ddateformat_set_timezone_id2.phpt43 $res_str .= "\nAfter call to set_timezone_id : timezone_id= $timezone_id";
70 After call to set_timezone_id : timezone_id= America/New_York
75 After call to set_timezone_id : timezone_id= America/Los_Angeles
80 After call to set_timezone_id : timezone_id= America/Chicago
85 After call to set_timezone_id : timezone_id= America/Chicago
H A Ddateformat_set_timezone_id3.phpt42 $res_str .= "\nAfter call to set_timezone_id : timezone_id= $timezone_id";
68 After call to set_timezone_id : timezone_id= America/New_York
73 After call to set_timezone_id : timezone_id= America/Los_Angeles
78 After call to set_timezone_id : timezone_id= America/Chicago
83 After call to set_timezone_id : timezone_id= America/Chicago
/PHP-5.5/
H A DREADME.namespaces92 current namespace (and are known at the time the call is parsed) are
97 namespace A\B\foo() and if it doesn't exist PHP tries to call internal
99 internal PHP functions, however using \foo() you are able to call any
107 A\B\foo() first tries to call function foo() from namespace A\B, then
108 it tries to find class A\B (__autoload() it if necessary) and call its
117 foo(); // first tries to call "foo" defined in namespace "A"
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
139 \B\foo(); // first tries to call function "foo" from namespace "B"
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
148 // then tries to call function "foo" from namespace "A"
[all …]
/PHP-5.5/Zend/
H A Dzend_vm_def.h2450 call->called_scope = Z_OBJCE_P(call->object);
2494 EX(call) = call;
2620 EX(call) = call;
2645 EX(call) = call;
2673 EX(call) = call;
2691 EX(call) = call;
2758 EX(call) = call;
2797 EX(call) = call;
2826 EX(call) = call;
3414 EX(call) = call;
[all …]
H A Dzend_vm_execute.h784 EX(call) = call; in ZEND_NEW_SPEC_HANDLER()
1242 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1270 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1288 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1394 EX(call) = call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1567 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1754 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1979 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
2334 EX(call) = call; in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3649 EX(call) = call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A D052.phpt2 call statement after close
13 * statement call after close
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation6.phpt47 echo "-- Array after call to usort() --\n";
53 echo "-- Array after call to usort() --\n";
62 -- Array after call to usort() --
126 -- Array after call to usort() --
H A Darray_shift_variation5.phpt2 Test array_shift() function : usage variations - call recursively
11 * Use the result of one call to array_shift
12 * as the $stack argument of another call to array_shift()
/PHP-5.5/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
55 Returned from function call...
64 Returned from function call...
/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt12 // putenv (basic_functions.c) does call tzset() when the env var being put is 'TZ'
13 // -adding a call direct to GetEnvironmentVariableA just before tzset() is called to check the…
14 // putting a call to date_default_timezone_set() here doesn't help
17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") …
/PHP-5.5/tests/lang/
H A DpassByReference_006.phpt35 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";
40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
58 ---- Pass uninitialised array & object by ref: function call ---
92 ---- Pass uninitialised arrays & objects by ref: static method call ---
163 ---- Pass uninitialised arrays & objects by ref: instance method call ---
H A Dengine_assignExecutionOrder_009.phpt10 echo "Function call args:\n";
26 Function call args:
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt23 function call($req) {
32 $resp = $x->call(xmlrpc_encode_request('add', array(1, 2, 3)));
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt4 The XSL script tries to call a php function that is not defined
26 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_001U.phpt55 unicode(50) "Cannot call method on an uninitialized Phar object"
56 unicode(29) "Cannot call constructor twice"

Completed in 193 milliseconds

12345678910>>...12