Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dexplode_variation7.phpt3 EXPLODE_ALLOC_STEP (64) and the $limit is negative
/PHP-7.4/ext/standard/
H A Dstring.c1098 #define EXPLODE_ALLOC_STEP 64 in php_explode_negative_limit() macro
1110 size_t allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit()
1117 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()
1132 #undef EXPLODE_ALLOC_STEP in php_explode_negative_limit()

Completed in 25 milliseconds