Searched refs:max_item_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/oci8/ |
H A D | oci8_interface.c | 130 long max_item_len = -1; in PHP_FUNCTION() local 138 …sz/l|ll", &z_statement, &name, &name_len, &bind_var, &max_array_len, &max_item_len, &type) == FAIL… in PHP_FUNCTION() 144 if (ZEND_NUM_ARGS() == 5 && max_item_len <= 0) { in PHP_FUNCTION() 145 max_item_len = -1; in PHP_FUNCTION() 153 …if (php_oci_bind_array_by_name(statement, name, name_len, bind_var, max_array_len, max_item_len, t… in PHP_FUNCTION()
|
Completed in 13 milliseconds