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