Searched refs:calls (Results 1 – 25 of 84) sorted by relevance
1234
87 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];
65 var calls = contents.match(re_dep_line);67 if (calls != null) {68 for (i = 0; i < calls.length; i++) {70 if (calls[i].match(re_dep_line)) {245 // Look for ARG_ENABLE or ARG_WITH calls247 calls = modules.match(re);248 for (i = 0; i < calls.length; i++) {249 item = calls[i];261 // Comment out the calls from their original positions
91 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 scope138 // then calls method "foo" of internal class "B"140 // then calls method "foo" of class "B" from global scope149 // then calls method "foo" of internal class "A"151 // then calls method "foo" of class "A" from global scope160 - calls to internal functions in namespaces are slower, because PHP first[all …]
25 // -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
13 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:
306 uint64_t calls; member378 …avg_in_calls = (f_profile->avg_in_calls * f_profile->calls + mine_non_own_time) / (f_profile->call… in MYSQLND_METHOD()385 … f_profile->avg_own = (f_profile->avg_own * f_profile->calls + own_time) / (f_profile->calls + 1); in MYSQLND_METHOD()392 …_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls + … in MYSQLND_METHOD()394 ++f_profile->calls; in MYSQLND_METHOD()395 if (f_profile->calls > PROFILE_UNDERPERFORM_THRESHOLD) { in MYSQLND_METHOD()413 f_profile->calls = 1; in MYSQLND_METHOD()461 ,(uint64_t) f_profile->calls in MYSQLND_METHOD()
2 Closure 010: Closure calls itself
2 Bug #33558 (warning with nested calls to functions returning by reference)
2 Testing 'static::' and 'parent::' in calls
2 Testing dynamic calls using variable variables with curly syntax
2 Testing dynamic calls
2 GC 016: nested GC calls
2 Testing calls to anonymous function
2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
2 Bug #48215 - parent::method() calls __construct, case sensitive test
2 ZE2 Late Static Binding nested calls
2 Bug #48215 - parent::method() calls __construct
2 Request #55247 (Parser problem with static calls using string method name)
2 Bug #20240 (order of destructor calls)
2 Testing repated SessionHandler::open() calls
2 Test bug #64370 sequential microtime(true) calls
2 Test nested calls with die() in a generator
2 Yield can be used in nested method calls
6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
2 Sybase-CT bug #30312 (sybase_unbuffered_query calls)
Completed in 33 milliseconds