Searched refs:numelems (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/standard/html_tables/ |
H A D | html_table_gen.php | 740 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16); variable 741 $mask = $numelems - 1; 755 for ($i = 0; $i < $numelems; $i++) { 775 for ($i = 0; $i < $numelems; $i++) { 788 ", sprintf("0x%X", $numelems), ",
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 1212 int numelems; in php_implode() local 1218 numelems = zend_hash_num_elements(Z_ARRVAL_P(pieces)); in php_implode() 1220 if (numelems == 0) { in php_implode() 1222 } else if (numelems == 1) { in php_implode() 1229 strings = emalloc((sizeof(zend_long) + sizeof(zend_string *)) * numelems); in php_implode() 1237 ((zend_long *) (strings + numelems))[strptr - strings] = Z_LVAL_P(tmp); in php_implode() 1251 str = zend_string_safe_alloc(numelems - 1, ZSTR_LEN(glue), len, 0); in php_implode() 1263 zend_long val = ((zend_long *) (strings + numelems))[strptr - strings]; in php_implode() 1278 zend_print_long_to_buf(cptr, ((zend_long *) (strings + numelems))[strptr - strings]); in php_implode()
|
H A D | html.c | 1697 numelems = sizeof(stage3_table_be_noapos_00000) / in PHP_FUNCTION() local 1700 for (j = 0; j < numelems; j++) { in PHP_FUNCTION()
|
Completed in 25 milliseconds