Searched refs:miss (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/reflection/tests/ |
H A D | 001.phpt | 59 $miss = array(); 67 $miss[] = $m; 71 var_dump($miss);
|
/PHP-5.6/ext/pspell/ |
H A D | pspell.c | 553 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.6/ext/com_dotnet/ |
H A D | README | 3 It is not 100% backwards compatible with PHP 4 ext/com, but you should not miss
|
/PHP-5.6/Zend/ |
H A D | zend_alloc.c | 448 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.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 80 2007/06/18: [bug] initialization miss. 1810 2003/02/04: [bug] typo miss in regex_region_copy().
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 12635 # floating around that this will miss. The original spec calls for using
|
Completed in 79 milliseconds