Home
last modified time | relevance | path

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

12345

/PHP-7.2/win32/build/
H A Dbuildconf.js86 var calls = contents.match(re_dep_line);
87 if (calls != null) {
88 for (i = 0; i < calls.length; i++) {
90 if (calls[i].match(re_dep_line)) {
236 calls = modules.match(re);
237 for (i = 0; i < calls.length; i++) {
238 item = calls[i];
H A Dphpize.js.in64 var calls = contents.match(re_dep_line);
66 if (calls != null) {
67 for (i = 0; i < calls.length; i++) {
69 if (calls[i].match(re_dep_line)) {
239 // Look for ARG_ENABLE or ARG_WITH calls
241 calls = modules.match(re);
242 for (i = 0; i < calls.length; i++) {
243 item = calls[i];
255 // Comment out the calls from their original positions
/PHP-7.2/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.2/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.2/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.2/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.2/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
H A Dgc_016.phpt2 GC 016: nested GC calls
H A Deach_003.phpt15 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
H A Deach_001.phpt10 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
/PHP-7.2/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.2/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.2/Zend/tests/arg_unpack/
H A Dmethod.phpt2 Unpack arguments for method calls
/PHP-7.2/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.2/ext/standard/tests/
H A Dbug64370_var2.phpt2 Test bug #64370 sequential microtime(true) calls
/PHP-7.2/Zend/tests/grammar/
H A Dregression_001.phpt2 Test to check static method calls syntax regression
/PHP-7.2/Zend/tests/traits/
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits

Completed in 81 milliseconds

12345