Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 84) sorted by last modified time

1234

/PHP-5.5/win32/build/
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
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];
/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/tests/lang/
H A DpassByReference_005.phpt96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
180 ---- Pass by ref / pass by val: static method calls ----
225 ---- Pass by ref / pass by val: instance method calls ----
H A DpassByReference_007.phpt2 Pass function and method calls by reference and by value.
H A Dbug20175.phpt89 * counts the calls to the constructor of oop_class and hence counts the
/PHP-5.5/tests/classes/
H A Dautoload_018.phpt2 Ensure __autoload() allows for recursive calls if the class name differs.
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt19 // cli_set_process_title(). We're only making the API calls to ensure there are
H A Dphp_cli_server_014.phpt18 // timeouts to 1000 millis(1.0) (fsockopen eventually calls select()).
/PHP-5.5/
H A Dphp.ini-development1011 ; The path to a log file that will log all mail() calls. Log entries include
1675 ; allow Distributed-COM calls
H A Dphp.ini-production1011 ; The path to a log file that will log all mail() calls. Log entries include
1675 ; allow Distributed-COM calls
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug30312-withfree.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls, with free)
H A Dbug30312.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls)
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt22 // generated given a reasonable sample of calls
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt2 parse_ini_file() multiple calls
H A Dparse_ini_string_002.phpt2 parse_ini_string() multiple calls
/PHP-5.5/ext/standard/tests/filters/
H A Dbug35916.phpt2 Bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash)
/PHP-5.5/ext/standard/tests/
H A Dbug64370_var2.phpt2 Test bug #64370 sequential microtime(true) calls
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_error.phpt27 // by above shuffle() function calls
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc128 // valid() calls as necessary and that only checks the flags once.
H A Drecursiveiteratoriterator.inc31 /** Flag: Catches exceptions during getChildren() calls and simply jumps
50 * getChildren() calls and simply jumps to the next
/PHP-5.5/ext/session/tests/
H A Dsessionhandler_open_001.phpt2 Testing repated SessionHandler::open() calls
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt19 // -Linux6\sqlncli-11.0.1790.0.tar.gz (it calls RHEL6.x 'Linux6' for some reason)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt39 // NOTE: PDO does not care about private and calls __construct() after __set()

Completed in 91 milliseconds

1234