Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 86) sorted by relevance

1234

/PHP-5.4/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
11 $newstring = $newstring . $string; //This uses very much mem.
/PHP-5.4/ext/curl/
H A Dmulti.c89 ch->uses++; in PHP_FUNCTION()
116 if (ch->uses) { in _php_curl_multi_cleanup_list()
117 ch->uses--; in _php_curl_multi_cleanup_list()
149 --ch->uses; in PHP_FUNCTION()
/PHP-5.4/ext/spl/tests/
H A DSplFixedArray_count_param_int.phpt2 Creates array, uses the count function to get the size of the array, but passes a parameter.
/PHP-5.4/Zend/
H A DREADME.ZEND_VM28 same as in old zend_execute.c, but now it uses macros to access opcode operands
88 Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h
100 option. By default ZE2 uses the following command to generate executor:
106 function handlers. By default Zend Engine II uses the specialized one but you
/PHP-5.4/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt33 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
60 -- Tests without valid name - uses gmtOffset and isdst to find match --
H A Dbug32555.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip strftime uses system TZ');
H A Dbug33532.phpt8 if(PHP_OS == 'Darwin' || defined('PHP_WINDOWS_VERSION_MAJOR')) die("skip strftime uses system TZ on…
/PHP-5.4/ext/calendar/tests/
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
22 // -uses putenv('TZ=UTC')
/PHP-5.4/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
/PHP-5.4/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
H A Dcurl_ftp_pasv.phpt34 * Skips 10.5.80.146 for data connection, uses 10.5.80.146 instead
/PHP-5.4/ext/gd/tests/
H A Dbug51263.phpt2 Bug #51263 (imagettftext and rotated text uses wrong baseline)
/PHP-5.4/ext/reflection/tests/
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-5.4/ext/standard/tests/strings/
H A Dprint_basic.phpt55 This uses the "here document" syntax to output
88 This uses the "here document" syntax to output
/PHP-5.4/ext/standard/tests/array/
H A Dbug24980.phpt2 Bug #24980 (array_reduce() uses first element as default running total)
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_skipif.inc10 // imap uses tcp port 143
/PHP-5.4/sapi/roxen/
H A DREADME5 mode, the default, uses a process global PHP lock in the Roxen
/PHP-5.4/ext/spl/examples/
H A Dinigroups.inc22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a'
H A Dfindfile.inc57 * extended class that uses regular expressions to search.
/PHP-5.4/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt71 Note: The stacksize that PHP uses depends on the configuration of the webserver. If you get
131 The problem is, that this function uses some undocumented features from
135 for the needed functions and uses them if available. If not, nsapi_virtual()
/PHP-5.4/ext/spl/internal/
H A Drecursivearrayiterator.inc22 * builtin behavior uses reflection to return a new instance of the exact same
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
H A Dmcrypt_encrypt_3des_ecb.phpt23 // tripledes uses keys upto 192 bits (24 bytes)

Completed in 32 milliseconds

1234