Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_interface.c704 zend_long trim_length = 0; in PHP_FUNCTION() local
708 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &trim_length) == FAILURE) { in PHP_FUNCTION()
713 …ameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) { in PHP_FUNCTION()
723 if (trim_length < 0) { in PHP_FUNCTION()
728 ub_trim_length = (ub4) trim_length; in PHP_FUNCTION()

Completed in 10 milliseconds