Searched refs:max_item_len (Results 1 – 1 of 1) sorted by relevance
227 zend_long max_item_len = -1; in PHP_FUNCTION() local241 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 8 milliseconds