trim_length       624 ext/oci8/oci8_interface.c 	zend_long trim_length = 0;
trim_length       628 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &trim_length) == FAILURE) {
trim_length       633 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) {
trim_length       643 ext/oci8/oci8_interface.c 	if (trim_length < 0) {
trim_length       648 ext/oci8/oci8_interface.c 	ub_trim_length = (ub4) trim_length;