Searched refs:z_descriptor_dest (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/oci8/ |
H A D | oci8_interface.c | 663 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local 672 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_d… in PHP_FUNCTION() 677 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 894 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local 898 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z… in PHP_FUNCTION() 902 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION()
|
Completed in 10 milliseconds