Searched refs:calls (Results 1 – 25 of 122) sorted by relevance
12345
85 var calls = contents.match(re_dep_line);86 if (calls != null) {87 for (i = 0; i < calls.length; i++) {89 if (calls[i].match(re_dep_line)) {235 calls = modules.match(re);236 for (i = 0; i < calls.length; i++) {237 item = calls[i];
63 var calls = contents.match(re_dep_line);65 if (calls != null) {66 for (i = 0; i < calls.length; i++) {68 if (calls[i].match(re_dep_line)) {238 // Look for ARG_ENABLE or ARG_WITH calls240 calls = modules.match(re);241 for (i = 0; i < calls.length; i++) {242 item = calls[i];254 // Comment out the calls from their original positions
44 * write() calls die(). This results in calling session_flush() which calls46 * calls save close handler.
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:
294 uint64_t calls; member366 …avg_in_calls = (f_profile->avg_in_calls * f_profile->calls + mine_non_own_time) / (f_profile->call… in MYSQLND_METHOD()373 … f_profile->avg_own = (f_profile->avg_own * f_profile->calls + own_time) / (f_profile->calls + 1); in MYSQLND_METHOD()380 …_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls + … in MYSQLND_METHOD()382 ++f_profile->calls; in MYSQLND_METHOD()383 if (f_profile->calls > PROFILE_UNDERPERFORM_THRESHOLD) { in MYSQLND_METHOD()401 f_profile->calls = 1; in MYSQLND_METHOD()441 ,(uint64_t) f_profile->calls in MYSQLND_METHOD()
2 Single comma in function calls is not allowed
2 Leading commas in function calls is not allowed
2 Multiple trailing commas in function calls is not allowed
2 Multiple inner commas in function calls is not allowed
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 Dynamic calls to scope introspection functions are forbidden (misoptimization)
2 Testing dynamic calls using variable variables with curly syntax
2 Testing dynamic calls
2 Aborted yield during nested calls
2 Test nested calls with die() in a generator
11 // calls within that file should stay weak, despite being included by strict file
11 // calls within that file should stay weak, despite being included by strict fille
2 Unpack arguments for method calls
2 Literal compaction should take method calls on literals into account
2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
2 Test bug #64370 sequential microtime(true) calls
2 Test to check static method calls syntax regression
Completed in 30 milliseconds