Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.h30 zend_strtod_bigint *p5s; member
H A Dzend_strtod.c203 #undef p5s
208 #define p5s (EG(strtod_state).p5s) macro
940 #ifndef p5s
941 static Bigint *p5s; variable
961 if (!(p5 = p5s)) {
965 if (!(p5 = p5s)) {
966 p5 = p5s = i2b(625);
971 p5 = p5s = i2b(625);
4623 listp = &p5s; in free_p5s()
4628 p5s = NULL; in free_p5s()
H A Dzend.c845 executor_globals->strtod_state.p5s = NULL; in executor_globals_ctor()

Completed in 23 milliseconds