Home
last modified time | relevance | path

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

1234

/PHP-5.5/win32/build/
H A Dbuildconf.js87 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];
H A Dphpize.js.in65 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 calls
247 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
/PHP-5.5/
H A DREADME.namespaces91 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 scope
138 // then calls method "foo" of internal class "B"
140 // then calls method "foo" of class "B" from global scope
149 // then calls method "foo" of internal class "A"
151 // then calls method "foo" of class "A" from global scope
160 - calls to internal functions in namespaces are slower, because PHP first
[all …]
/PHP-5.5/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-5.5/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-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c306 uint64_t calls; member
378 …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()
/PHP-5.5/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 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 Danonymous_func_001.phpt2 Testing calls to anonymous function
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dlsb_017.phpt2 ZE2 Late Static Binding nested calls
H A Dbug48215.phpt2 Bug #48215 - parent::method() calls __construct
H A Dbug55247.phpt2 Request #55247 (Parser problem with static calls using string method name)
H A Dbug20240.phpt2 Bug #20240 (order of destructor calls)
/PHP-5.5/ext/session/tests/
H A Dsessionhandler_open_001.phpt2 Testing repated SessionHandler::open() calls
/PHP-5.5/ext/standard/tests/
H A Dbug64370_var2.phpt2 Test bug #64370 sequential microtime(true) calls
/PHP-5.5/Zend/tests/generators/
H A Dnested_calls_with_die.phpt2 Test nested calls with die() in a generator
H A Dnested_method_calls.phpt2 Yield can be used in nested method calls
/PHP-5.5/ext/mbstring/tests/
H A Dbug20087.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug30312.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls)

Completed in 25 milliseconds

1234