Home
last modified time | relevance | path

Searched refs:miss (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A D001.phpt59 $miss = array();
67 $miss[] = $m;
71 var_dump($miss);
/PHP-5.5/ext/pspell/
H A Dpspell.c553 char *miss, *corr; in PHP_FUNCTION() local
556 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lss", &scin, &miss, &miss_len, &corr, &corr_… in PHP_FUNCTION()
562 pspell_manager_store_replacement(manager, miss, corr); in PHP_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A DREADME3 It is not 100% backwards compatible with PHP 4 ext/com, but you should not miss
/PHP-5.5/Zend/
H A Dzend_alloc.c448 int miss; member
1632 int hit = 0, miss = 0; in zend_mm_shutdown() local
1657 miss += heap->cache_stat[i].miss; in zend_mm_shutdown()
1658 …_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_stat[i].hit, heap->cache_stat[i].miss); in zend_mm_shutdown()
1663 fprintf(f, " %8d %8d\n", hit, miss); in zend_mm_shutdown()
1664 …%8d %8d\n", heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit, heap->cache_stat[ZEND_MM_NUM_BUCKETS].miss); in zend_mm_shutdown()
1918 heap->cache_stat[index].miss++; in _zend_mm_alloc_int()
1935 heap->cache_stat[ZEND_MM_NUM_BUCKETS].miss++; in _zend_mm_alloc_int()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY61 2007/06/18: [bug] initialization miss.
1791 2003/02/04: [bug] typo miss in regex_region_copy().
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11909 # floating around that this will miss. The original spec calls for using

Completed in 76 milliseconds