Searched refs:rebindproc (Results 1 – 1 of 1) sorted by relevance
73 zval *rebindproc; member98 if (ld->rebindproc != NULL) { in ZEND_GET_MODULE()99 zval_dtor(ld->rebindproc); in ZEND_GET_MODULE()100 FREE_ZVAL(ld->rebindproc); in ZEND_GET_MODULE()2496 zval_dtor(ld->rebindproc); in PHP_FUNCTION()2497 FREE_ZVAL(ld->rebindproc); in PHP_FUNCTION()2498 ld->rebindproc = NULL; in PHP_FUNCTION()2513 if (ld->rebindproc == NULL) { in PHP_FUNCTION()2516 zval_dtor(ld->rebindproc); in PHP_FUNCTION()2519 ALLOC_ZVAL(ld->rebindproc); in PHP_FUNCTION()[all …]
Completed in 12 milliseconds