Searched refs:oci_lob_class_entry_ptr (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/oci8/ |
H A D | oci8_interface.c | 271 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 373 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 456 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 485 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 509 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 592 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 672 …END_NUM_ARGS(), "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION() 871 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE… in PHP_FUNCTION() 898 …D_NUM_ARGS(), "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION() 940 …D_NUM_ARGS(), "OO", &z_descriptor_first, oci_lob_class_entry_ptr, &z_descriptor_second, oci_lob_cl… in PHP_FUNCTION() [all …]
|
H A D | php_oci8_int.h | 68 extern zend_class_entry *oci_lob_class_entry_ptr;
|
H A D | oci8.c | 82 zend_class_entry *oci_lob_class_entry_ptr; variable 1055 oci_lob_class_entry_ptr = zend_register_internal_class(&oci_lob_class_entry); in PHP_MINIT_FUNCTION() 2507 object_init_ex(value, oci_lob_class_entry_ptr); in php_oci_column_to_zval()
|
Completed in 23 milliseconds