Searched refs:option_buffer (Results 1 – 1 of 1) sorted by relevance
224 zval **option_buffer; in PHP_FUNCTION() local247 if (Z_TYPE_PP(option_buffer) != IS_LONG) { in PHP_FUNCTION()254 new_cost = Z_LVAL_PP(option_buffer); in PHP_FUNCTION()315 zval **option_buffer; in PHP_FUNCTION() local327 if (Z_TYPE_PP(option_buffer) != IS_LONG) { in PHP_FUNCTION()329 MAKE_COPY_ZVAL(option_buffer, &cast_option_buffer); in PHP_FUNCTION()334 cost = Z_LVAL_PP(option_buffer); in PHP_FUNCTION()359 switch (Z_TYPE_PP(option_buffer)) { in PHP_FUNCTION()361 buffer = estrndup(Z_STRVAL_PP(option_buffer), Z_STRLEN_PP(option_buffer)); in PHP_FUNCTION()362 buffer_len_int = Z_STRLEN_PP(option_buffer); in PHP_FUNCTION()[all …]
Completed in 5 milliseconds