Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_interface.c597 zend_long trim_length = 0; in PHP_FUNCTION() local
600 …D_NUM_ARGS(), getThis(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) { in PHP_FUNCTION()
604 if (trim_length < 0) { in PHP_FUNCTION()
614 ub_trim_length = (ub4) trim_length; in PHP_FUNCTION()

Completed in 8 milliseconds