Searched refs:calls (Results 1 – 25 of 121) sorted by relevance
12345
83 var calls = contents.match(re_dep_line);84 if (calls != null) {85 for (i = 0; i < calls.length; i++) {87 if (calls[i].match(re_dep_line)) {233 calls = modules.match(re);234 for (i = 0; i < calls.length; i++) {235 item = calls[i];
61 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)) {242 // Look for ARG_ENABLE or ARG_WITH calls244 calls = modules.match(re);245 for (i = 0; i < calls.length; i++) {246 item = calls[i];258 // Comment out the calls from their original positions
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:
292 uint64_t calls; member364 …avg_in_calls = (f_profile->avg_in_calls * f_profile->calls + mine_non_own_time) / (f_profile->call… in MYSQLND_METHOD()371 … f_profile->avg_own = (f_profile->avg_own * f_profile->calls + own_time) / (f_profile->calls + 1); in MYSQLND_METHOD()378 …_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls + … in MYSQLND_METHOD()380 ++f_profile->calls; in MYSQLND_METHOD()381 if (f_profile->calls > PROFILE_UNDERPERFORM_THRESHOLD) { in MYSQLND_METHOD()399 f_profile->calls = 1; in MYSQLND_METHOD()449 ,(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
31 echo 'Function calls:' . \PHP_EOL;67 Function calls:
39 echo 'Function calls:' . \PHP_EOL;87 Function calls:
48 echo 'Function calls:' . \PHP_EOL;88 Function calls:
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 Bug #80045: memleak after two set_exception_handler calls with __call
2 Aborted yield during nested calls
2 Test nested calls with die() in a generator
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)
11 // calls within that file should stay weak, despite being included by strict file
2 Unpack arguments for method calls
2 Test bug #64370 sequential microtime(true) calls
Completed in 30 milliseconds