z_descriptor_from  583 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from;
z_descriptor_from  587 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor_from, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor_from  592 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor_from  602 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor_from  814 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from;
z_descriptor_from  818 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_class_entry_ptr, &length) == FAILURE) {
z_descriptor_from  827 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {