Home
last modified time | relevance | path

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

12345

/PHP-7.4/win32/build/
H A Dbuildconf.js85 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];
H A Dphpize.js.in63 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)) {
244 // Look for ARG_ENABLE or ARG_WITH calls
246 calls = modules.match(re);
247 for (i = 0; i < calls.length; i++) {
248 item = calls[i];
260 // Comment out the calls from their original positions
/PHP-7.4/ext/session/tests/
H A Dbug60634.phpt44 * write() calls die(). This results in calling session_flush() which calls
46 * calls save close handler.
/PHP-7.4/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-7.4/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-7.4/Zend/tests/function_arguments/
H A Dcall_with_only_comma_error.phpt2 Single comma in function calls is not allowed
H A Dcall_with_leading_comma_error.phpt2 Leading commas in function calls is not allowed
H A Dcall_with_multi_trailing_comma_error.phpt2 Multiple trailing commas in function calls is not allowed
H A Dcall_with_multi_inner_comma_error.phpt2 Multiple inner commas in function calls is not allowed
/PHP-7.4/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 Ddynamic_call_007.phpt2 Dynamic calls to scope introspection functions are forbidden (misoptimization)
H A D027.phpt2 Testing dynamic calls using variable variables with curly syntax
H A D025.phpt2 Testing dynamic calls
/PHP-7.4/Zend/tests/generators/
H A Daborted_yield_during_nested_fcalls.phpt2 Aborted yield during nested calls
H A Dnested_calls_with_die.phpt2 Test nested calls with die() in a generator
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c294 uint64_t calls; member
366 …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()
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_include_weak.phpt11 // calls within that file should stay weak, despite being included by strict file
H A Dstrict_include_explicit_weak.phpt11 // calls within that file should stay weak, despite being included by strict fille
/PHP-7.4/Zend/tests/arg_unpack/
H A Dmethod.phpt2 Unpack arguments for method calls
/PHP-7.4/ext/opcache/tests/
H A Dmethod_call_on_literal.phpt2 Literal compaction should take method calls on literals into account
H A Dbug66440.phpt2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
/PHP-7.4/ext/standard/tests/
H A Dbug64370_var2.phpt2 Test bug #64370 sequential microtime(true) calls
/PHP-7.4/Zend/tests/grammar/
H A Dregression_001.phpt2 Test to check static method calls syntax regression

Completed in 25 milliseconds

12345