Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c1057 #define EXPLODE_ALLOC_STEP 64 in php_explode_negative_limit() macro
1071 int allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit()
1078 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()
1094 #undef EXPLODE_ALLOC_STEP in php_explode_negative_limit()

Completed in 17 milliseconds