Searched refs:tl_is_null (Results 1 – 1 of 1) sorted by relevance
31 zend_bool tl_is_null = 1; in PHP_FUNCTION() local34 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &tl, &tl_is_null) == FAILURE) { in PHP_FUNCTION()38 if (tl_is_null) { in PHP_FUNCTION()
Completed in 5 milliseconds