Searched refs:speed (Results 1 – 16 of 16) sorted by relevance
/PHP-7.0/ext/pspell/ |
H A D | pspell.c | 268 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local 327 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 330 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 332 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 334 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION() 365 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local 432 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 435 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 437 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 439 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
|
/PHP-7.0/ext/opcache/tests/ |
H A D | bug66474.phpt | 13 $speed = 'slow' || 'fast';
|
/PHP-7.0/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-7.0/ext/soap/ |
H A D | TODO.old | 21 investigate further http keep_alive... initial testing proved slower.. maybe php_streams will speed…
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.mak | 67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
|
/PHP-7.0/ext/xml/ |
H A D | xml.mak | 69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.mak | 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
|
/PHP-7.0/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-7.0/ |
H A D | README.TESTING | 109 If you like to keep up to speed, with latest developments and quality
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 211 2006/10/27: [tune] speed up ONIGENC_MBC_CASE_FOLD() for UTF-16, UTF-32. 1854 speed up regexec(). 1867 2003/01/16: [impl] rewrite POSIX API regexec() for speed up. 2015 STK_BOTTOM for (little bit) speed up STACK_POP. 2036 [tune: tune for speed up]
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | NEWS | 129 execution speed. In addition, a new direct interface to JIT execution is 131 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 | 789 to unsigned int is reported to make a quite noticeable speed difference in 795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed 987 9. Improve the matching speed of capturing brackets. 2388 some useful speed-ups. The value is available to calling programs via 2541 stage table and inline lookup instead of a function, giving speed ups of 2 5481 the letter 'x'. On long subject strings, this gives a significant speed-up.
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2517 spending more time analyzing it in order to speed up the time taken for 2520 information that will help speed up matching, pcre_study() returns a 3012 pcre_study() to record information that will speed up matching (see the 3353 of a match, in order to speed up the process. For example, if it is 7304 PCRE contains some optimizations that are used to speed up matching by 8312 speed up pattern matching. However, it comes at the cost of extra pro- 8688 UTF subject string is tested for validity. In the interests of speed, 9397 speed when executing the modified pattern. Nevertheless, if the atomic 9398 grouping is not a problem and the loss of speed is acceptable, this 10223 these cases the limit is substantially larger. However, the speed of
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 1245 # frame speed is multiple of 1/70s 4480 >8 byte 4 \b, max speed 8105 >8260 lelong x disk rotational speed %drps, 8165 >8260 belong x disk rotational speed %drps,
|
Completed in 177 milliseconds