Home
last modified time | relevance | path

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

/ext-ds/src/php/objects/
H A Dphp_pair.c132 const unsigned char *max = buffer + length; in php_ds_pair_unserialize() local
137 if ( ! php_var_unserialize(key, &pos, max, &unserialize_data)) { in php_ds_pair_unserialize()
142 if ( ! php_var_unserialize(value, &pos, max, &unserialize_data)) { in php_ds_pair_unserialize()
/ext-ds/src/
H A Dcommon.h179 #define INDEX_OUT_OF_RANGE(index, max) ds_throw_exception( \ argument
181 max == 0 \
185 max - 1)
/ext-ds/src/ds/
H A Dds_vector.c6 static inline bool index_out_of_range(zend_long index, zend_long max) in index_out_of_range() argument
8 if (index < 0 || index >= max) { in index_out_of_range()
9 INDEX_OUT_OF_RANGE(index, max); in index_out_of_range()

Completed in 10 milliseconds