Searched refs:debug_emalloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance
229 mysqlnd_globals->debug_emalloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()263 …emalloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_emalloc_fail_threshold, zend_m…
82 long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold); in _mysqlnd_emalloc()122 …old = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fail_threshold); in _mysqlnd_pemalloc()
272 long debug_emalloc_fail_threshold; variable
Completed in 14 milliseconds