Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8_interface.c192 zval *z_statement; in PHP_FUNCTION() local
222 zval *z_statement; in PHP_FUNCTION() local
1378 zval *z_statement; in PHP_FUNCTION() local
1399 zval *z_statement; in PHP_FUNCTION() local
1419 zval *z_statement; in PHP_FUNCTION() local
1604 zval *z_statement; in PHP_FUNCTION() local
1758 zval *z_statement; in PHP_FUNCTION() local
1800 zval *z_statement; in PHP_FUNCTION() local
2165 zval *z_statement; in PHP_FUNCTION() local
2220 zval *z_statement; in PHP_FUNCTION() local
[all …]
H A Doci8.c2561 zval *z_statement, *array; in php_oci_fetch_row() local
2576 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz|l", &z_statement, &array, &fetch_mode) == FAILURE) { in php_oci_fetch_row()
2592 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &z_statement, &fetch_mode) == FAILURE) { in php_oci_fetch_row()
2602 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { in php_oci_fetch_row()
2620 PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); in php_oci_fetch_row()
2626 PHP_OCI_ZVAL_TO_STATEMENT(z_statement, invokedstatement); in php_oci_fetch_row()
H A Doci8_statement.c1531 zval *z_statement, *column_index; in php_oci_statement_get_column_helper() local
1535 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &z_statement, &column_index) == FAILURE) { in php_oci_statement_get_column_helper()
1539 …statement = (php_oci_statement *) zend_fetch_resource_ex(z_statement, "oci8 statement", le_stateme… in php_oci_statement_get_column_helper()

Completed in 31 milliseconds