Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_interface.c190 zend_long max_item_len = -1; in PHP_FUNCTION() local
204 Z_PARAM_LONG(max_item_len) in PHP_FUNCTION()
210 if (ZEND_NUM_ARGS() == 5 && max_item_len <= 0) { in PHP_FUNCTION()
211 max_item_len = -1; in PHP_FUNCTION()
219 …bind_array_by_name(statement, name, (sb4) name_len, bind_var, max_array_len, max_item_len, type)) { in PHP_FUNCTION()

Completed in 11 milliseconds