Home
last modified time | relevance | path

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

/PHP-5.4/ext/sockets/tests/
H A Dmcast_helpers.php.inc6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
/PHP-5.4/ext/spl/tests/
H A Dheap_top_variation_002.phpt17 // insert 2 elements to hit our overridden compare
/PHP-5.4/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt35 // Combination already hit ?
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt11 …die("skip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.…
/PHP-5.4/Zend/
H A Dzend_alloc.c447 int hit; member
1628 int hit = 0, miss = 0; in zend_mm_shutdown() local
1652 hit += heap->cache_stat[i].hit; in zend_mm_shutdown()
1654 …MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_stat[i].hit, heap->cache_stat[i… in zend_mm_shutdown()
1659 fprintf(f, " %8d %8d\n", hit, miss); in zend_mm_shutdown()
1660 … %8d %8d\n", heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit, heap->cache_stat[Z… in zend_mm_shutdown()
1903 heap->cache_stat[index].hit++; in _zend_mm_alloc_int()
1924 heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit++; in _zend_mm_alloc_int()
2181 heap->cache_stat[index].hit++; in _zend_mm_realloc_int()
/PHP-5.4/
H A DREADME.RELEASE_PROCESS261 will not accidentally hit the php-announce@ mailinglist.
299 will not accidentally hit the php-announce@ mailinglist.
H A Dconfigure.in346 # to avoid the performance hit from the lost register
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt116 // let's hope we don't hit a MySQL running on that port...
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog3162 that would hit this one: something like ^ABC$ would have failed after \r
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c81572 int hit = 0;
81580 hit = 1;
81583 if( hit || zTab==0 ) continue;
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt121 Another way that performance can be hit is by running a pattern that

Completed in 402 milliseconds