Searched refs:HASH_KEY_IS_LONG (Results 1 – 5 of 5) sorted by relevance
462 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()497 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()600 if (keytype == HASH_KEY_IS_LONG) { in php_com_wrapper_export_as_sink()
629 if (key_type != HASH_KEY_IS_LONG) { in zend_weakmap_iterator_get_current_key()
2857 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_ex()2865 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_ex()2903 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_type_ex()2909 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_type_ex()
28 #define HASH_KEY_IS_LONG 2 macro
2599 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()2710 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
Completed in 33 milliseconds