Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 71) sorted by relevance

123

/PHP-5.3/win32/build/
H A Dbuildconf.js87 var calls = contents.match(re_dep_line);
88 if (calls != null) {
89 for (i = 0; i < calls.length; i++) {
91 if (calls[i].match(re_dep_line)) {
252 calls = modules.match(re);
253 for (i = 0; i < calls.length; i++) {
254 item = calls[i];
H A Dphpize.js.in61 var calls = contents.match(re_dep_line);
63 if (calls != null) {
64 for (i = 0; i < calls.length; i++) {
66 if (calls[i].match(re_dep_line)) {
235 // Look for ARG_ENABLE or ARG_WITH calls
237 calls = modules.match(re);
238 for (i = 0; i < calls.length; i++) {
239 item = calls[i];
251 // Comment out the calls from their original positions
/PHP-5.3/
H A DREADME.namespaces91 3) inside namespace, calls to unqualified functions that are defined in
93 interpreted as calls to these namespace functions.
94 4) inside namespace, calls to unqualified functions that are not defined
118 // then calls internal function "foo"
119 \foo(); // calls function "foo" defined in global scope
138 // then calls method "foo" of internal class "B"
140 // then calls method "foo" of class "B" from global scope
149 // then calls method "foo" of internal class "A"
151 // then calls method "foo" of class "A" from global scope
160 - calls to internal functions in namespaces are slower, because PHP first
[all …]
/PHP-5.3/ext/calendar/tests/
H A Dunixtojd.phpt25 // -easter_date() calls mktime() and localtime()
26 // -whereas unixtojd(1000000000) calls localtime(1000000000)
29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
/PHP-5.3/tests/output/
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
/PHP-5.3/Zend/tests/
H A Dclosure_010.phpt2 Closure 010: Closure calls itself
H A Dbug33558.phpt2 Bug #33558 (warning with nested calls to functions returning by reference)
H A Dobjects_028.phpt2 Testing 'static::' and 'parent::' in calls
H A D027.phpt2 Testing dynamic calls using variable variables with curly syntax
H A D025.phpt2 Testing dynamic calls
H A Dgc_016.phpt2 GC 016: nested GC calls
H A Danonymous_func_001.phpt2 Testing calls to anonymous function
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dlsb_017.phpt2 ZE2 Late Static Binding nested calls
H A Dbug48215.phpt2 Bug #48215 - parent::method() calls __construct
H A Dbug20240.phpt2 Bug #20240 (order of destructor calls)
H A Dbug19859.phpt2 Bug #19859 (__call() does not catch call_user_func_array() calls)
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dlsb_010.phpt2 ZE2 Late Static Binding using static:: in functions called by non execute() calls and constructors.
/PHP-5.3/ext/standard/tests/
H A Dbug64370_var2.phpt2 Test bug #64370 sequential microtime(true) calls
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug30312.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls)
H A Dbug30312-withfree.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls, with free)
/PHP-5.3/ext/mysqli/tests/
H A Dbug50772.phpt13 // These calls fail
/PHP-5.3/ext/standard/tests/filters/
H A Dbug35916.phpt2 Bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash)

Completed in 39 milliseconds

123