Searched refs:cast_option_buffer (Results 1 – 1 of 1) sorted by relevance
248 zval cast_option_buffer; in PHP_FUNCTION() local250 convert_to_long(&cast_option_buffer); in PHP_FUNCTION()252 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()328 zval cast_option_buffer; in PHP_FUNCTION() local330 convert_to_long(&cast_option_buffer); in PHP_FUNCTION()331 cost = Z_LVAL(cast_option_buffer); in PHP_FUNCTION()332 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()367 zval cast_option_buffer; in PHP_FUNCTION() local371 buffer = estrndup(Z_STRVAL(cast_option_buffer), Z_STRLEN(cast_option_buffer)); in PHP_FUNCTION()373 zval_dtor(&cast_option_buffer); in PHP_FUNCTION()[all …]
Completed in 5 milliseconds