History log of /PHP-7.3/ext/standard/php_array.h (Results 101 – 102 of 102)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 2451ff53 21-Nov-1999 Thies C. Arntzen

@- Implemented array_flip() function. Returns input-array with key, value
@ flipped. (Thies)
(PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes

@- Implemented array_flip() function. Returns input-array with key, value
@ flipped. (Thies)
(PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes in src-array.

show more ...


Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 438addf3 13-Nov-1999 Andrei Zmievski

Split array functions into separate module.


12345