Searched refs:speed (Results 1 – 19 of 19) sorted by relevance
/PHP-5.4/ext/pspell/ |
H A D | pspell.c | 264 long mode = 0L, speed = 0L; in PHP_FUNCTION() local 323 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 326 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 328 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 330 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION() 361 long mode = 0L, speed = 0L; in PHP_FUNCTION() local 428 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 431 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 433 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 435 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | metaphone.phpt | 18 "And then it was gone, flying back to Mordor with the speed of the wrath of Sauron; and behind it t…
|
/PHP-5.4/sapi/isapi/stresstest/ |
H A D | notes.txt | 56 * Improve speed of CompareFile function (too slow on big files).
|
/PHP-5.4/ext/soap/ |
H A D | TODO.old | 21 investigate further http keep_alive... inital testing proved slower.. maybe php_streams will speed …
|
/PHP-5.4/sapi/tux/ |
H A D | README | 7 kernel and thus provides high-speed serving of static files.
|
/PHP-5.4/ext/xml/ |
H A D | xml.mak | 69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.mak | 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.mak | 67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
|
/PHP-5.4/ext/mysql/ |
H A D | mysql.mak | 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
|
/PHP-5.4/Zend/ |
H A D | README.ZEND_VM | 8 method). As in most PHP applications raw execution speed isn't the limiting
|
H A D | ZEND_CHANGES | 1025 The Zend Engine was designed from the ground up for increased speed,
|
/PHP-5.4/ |
H A D | README.TESTING | 108 If you like to keep up to speed, with latest developments and quality
|
H A D | NEWS | 4559 - Improved PHP runtime speed and memory usage: 4573 . Improved PHP binary size and startup speed with GCC4 visibility control. 5861 - Improved speed of array_intersect_key(), array_intersect_assoc(),
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1625 speed up regexec(). 1638 2003/01/16: [impl] rewrite POSIX API regexec() for speed up. 1786 STK_BOTTOM for (little bit) speed up STACK_POP. 1807 [tune: tune for speed up]
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | NEWS | 121 execution speed. In addition, a new direct interface to JIT execution is 123 noticeable speed-up.
|
H A D | README | 335 . For speed, PCRE uses four tables for manipulating and identifying characters 793 For speed, PCRE uses four tables for manipulating and identifying characters
|
H A D | ChangeLog | 613 to unsigned int is reported to make a quite noticeable speed difference in 619 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed 811 9. Improve the matching speed of capturing brackets. 2212 some useful speed-ups. The value is available to calling programs via 2365 stage table and inline lookup instead of a function, giving speed ups of 2 5305 the letter 'x'. On long subject strings, this gives a significant speed-up.
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2506 spending more time analyzing it in order to speed up the time taken for 2509 information that will help speed up matching, pcre_study() returns a 3001 pcre_study() to record information that will speed up matching (see the 3342 of a match, in order to speed up the process. For example, if it is 7280 PCRE contains some optimizations that are used to speed up matching by 8288 speed up pattern matching. However, it comes at the cost of extra pro- 8664 UTF subject string is tested for validity. In the interests of speed, 9373 speed when executing the modified pattern. Nevertheless, if the atomic 9374 grouping is not a problem and the loss of speed is acceptable, this 10199 these cases the limit is substantially larger. However, the speed of
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 961 # frame speed is multiple of 1/70s 4028 >8 byte 4 \b, max speed 7137 >8260 lelong x disk rotational speed %drps, 7197 >8260 belong x disk rotational speed %drps,
|
Completed in 207 milliseconds