Home
last modified time | relevance | path

Searched refs:nKeyLength (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/standard/html_tables/
H A Dhtml_table_gen.php729 $nKeyLength = strlen($str);
732 for (; $nKeyLength > 0; $nKeyLength--) {
/PHP-7.0/ext/phar/
H A Ddirstream.c143 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty() argument
148 return (zend_hash_str_update(ht, arKey, nKeyLength, &dummy) != NULL) ? SUCCESS : FAILURE; in phar_add_empty()
/PHP-7.0/
H A D.gdbinit299 if $p->nKeyLength > 0
300 ____print_str $p->arKey $p->nKeyLength

Completed in 14 milliseconds