Home
last modified time | relevance | path

Searched refs:misses (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dbug21744.phpt2 Bug #21744 (strip_tags misses exclamation marks in alt text)
/php-src/Zend/tests/
H A Dinterface_constructor_prototype_002.phpt5 uses prototype to verify LSP, but misses A::__construct() which has a stricter
H A Darginfo_zpp_mismatch.phpt6 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
H A Darginfo_zpp_mismatch_strict.phpt6 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
/php-src/ext/date/tests/
H A Dbug79580.phpt2 Bug #79580: date_create_from_format misses leap year
/php-src/ext/opcache/
H A Dzend_accelerator_module.c515 …snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(…
705 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
707 reqs = ZCSG(hits)+ZCSG(misses);
H A DZendAccelerator.h247 zend_ulong misses; member
H A DZendAccelerator.c2133 ZCSG(misses)++; in persistent_compile_file()
2578 ZCSG(misses) = 0; in zend_reset_cache_vars()
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt188 /* some default seeks that will cause buffer/cache misses */
/php-src/
H A Dphp.ini-development1818 ; by a tiny amount because TLB misses are reduced. On the other hand, this
H A Dphp.ini-production1820 ; by a tiny amount because TLB misses are reduced. On the other hand, this

Completed in 32 milliseconds