Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/strings/
H A Dbug21744.phpt2 Bug #21744 (strip_tags misses exclamation marks in alt text)
/PHP-8.0/Zend/tests/
H A Darginfo_zpp_mismatch.phpt5 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
H A Darginfo_zpp_mismatch_strict.phpt5 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c468 …snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(…
636 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
638 reqs = ZCSG(hits)+ZCSG(misses);
H A DZendAccelerator.h258 zend_ulong misses; member
H A DZendAccelerator.c2156 ZCSG(misses)++; in persistent_compile_file()
2383 ZCSG(misses) = 0; in zend_reset_cache_vars()
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt187 /* some default seeks that will cause buffer/cache misses */
/PHP-8.0/
H A DNEWS674 . Fixed bug #79580 (date_create_from_format misses leap year). (Derick)
1145 . Fixed bug #80377 (Opcache misses executor_globals). (Nikita)

Completed in 39 milliseconds