Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_interface.c198 zend_long max_item_len = -1; in PHP_FUNCTION() local
206 …rszl|ll", &z_statement, &name, &name_len, &bind_var, &max_array_len, &max_item_len, &type) == FAIL… in PHP_FUNCTION()
212 if (ZEND_NUM_ARGS() == 5 && max_item_len <= 0) { in PHP_FUNCTION()
213 max_item_len = -1; in PHP_FUNCTION()
221 …bind_array_by_name(statement, name, (sb4) name_len, bind_var, max_array_len, max_item_len, type)) { in PHP_FUNCTION()

Completed in 9 milliseconds