Searched refs:trim_length (Results 1 – 1 of 1) sorted by relevance
669 zend_long trim_length = 0; in PHP_FUNCTION() local673 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &trim_length) == FAILURE) { in PHP_FUNCTION()678 …ameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) { in PHP_FUNCTION()688 if (trim_length < 0) { in PHP_FUNCTION()693 ub_trim_length = (ub4) trim_length; in PHP_FUNCTION()
Completed in 40 milliseconds