Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_interface.c628 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local
632 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor_from, oci_lob_class_entry_ptr) == FA… in PHP_FUNCTION()
637 …END_NUM_ARGS(), "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION()
647 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
859 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
863 …D_NUM_ARGS(), "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION()
872 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()

Completed in 14 milliseconds