Searched refs:debug_erealloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance
159 mysqlnd_globals->debug_erealloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()193 …realloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_erealloc_fail_threshold, zend_…
292 long debug_erealloc_fail_threshold; variable
960 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc()993 …d = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_perealloc()
Completed in 22 milliseconds