Browse Source

Fix comment

pull/368/merge
Johannes Schlüter 13 years ago
parent
commit
063e10b275
  1. 2
      Zend/zend_hash.h

2
Zend/zend_hash.h

@ -28,7 +28,7 @@
#define HASH_KEY_IS_STRING 1
#define HASH_KEY_IS_LONG 2
#define HASH_KEY_NON_EXISTENT 3
#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT // Keeping old define (with typo) for backward compatibility
#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT /* Keeping old define (with typo) for backward compatibility */
#define HASH_UPDATE (1<<0)
#define HASH_ADD (1<<1)

Loading…
Cancel
Save