]> granicus.if.org Git - php/commit
Improve infrastructure of numeric handling of elements in symbol tables.
authorZeev Suraski <zeev@php.net>
Tue, 22 Jul 2003 16:06:07 +0000 (16:06 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 22 Jul 2003 16:06:07 +0000 (16:06 +0000)
commitcf90932a05b03354fdf6b844ff3a6902fc51a928
tree4979bfe564435a2f5ac19e4c839ea58e8d11beed
parent5fcff2d872dfc59328e8855b5bc754a1efe48005
Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like a number") or a string element in
your hands, use zend_symtable_*() functions, in place of zend_hash_*()
functions.
Zend/zend_execute.c
Zend/zend_hash.c
Zend/zend_hash.h
Zend/zend_operators.c
Zend/zend_operators.h