Home
last modified time | relevance | path

Searched refs:max_item_len (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/oci8/
H A Doci8_interface.c227 zend_long max_item_len = -1; in PHP_FUNCTION() local
241 Z_PARAM_LONG(max_item_len) in PHP_FUNCTION()
247 if (ZEND_NUM_ARGS() == 5 && max_item_len <= 0) { in PHP_FUNCTION()
248 max_item_len = -1; in PHP_FUNCTION()
256 …bind_array_by_name(statement, name, (sb4) name_len, bind_var, max_array_len, max_item_len, type)) { in PHP_FUNCTION()

Completed in 10 milliseconds