z_statement 2649 ext/oci8/oci8.c zval *z_statement, *array; z_statement 2664 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz|l", &z_statement, &array, &fetch_mode) == FAILURE) { z_statement 2680 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &z_statement, &fetch_mode) == FAILURE) { z_statement 2690 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 2708 ext/oci8/oci8.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 2714 ext/oci8/oci8.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, invokedstatement); z_statement 111 ext/oci8/oci8_interface.c zval *z_statement; z_statement 115 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsz/|ll", &z_statement, &name, &name_len, &bind_var, &maxlen, &type) == FAILURE) { z_statement 123 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 141 ext/oci8/oci8_interface.c zval *z_statement; z_statement 145 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsz/l|ll", &z_statement, &name, &name_len, &bind_var, &max_array_len, &max_item_len, &type) == FAILURE) { z_statement 149 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1340 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1344 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &z_statement, &mode) == FAILURE) { z_statement 1348 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1361 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1364 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 1368 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1381 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1385 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 1389 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1410 ext/oci8/oci8_interface.c zval *z_statement, *array; z_statement 1419 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILURE) { z_statement 1423 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1554 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1557 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 1561 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1704 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1707 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 1711 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1746 ext/oci8/oci8_interface.c zval *z_statement; z_statement 1750 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &z_statement, &size) == FAILURE) { z_statement 1754 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 2119 ext/oci8/oci8_interface.c zval *z_statement; z_statement 2123 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 2127 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 2174 ext/oci8/oci8_interface.c zval *z_statement; z_statement 2178 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 2182 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 2477 ext/oci8/oci8_interface.c zval *z_statement; z_statement 2481 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &z_statement) == FAILURE) { z_statement 2485 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); z_statement 1477 ext/oci8/oci8_statement.c zval *z_statement, *column_index; z_statement 1481 ext/oci8/oci8_statement.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &z_statement, &column_index) == FAILURE) { z_statement 1485 ext/oci8/oci8_statement.c statement = (php_oci_statement *) zend_fetch_resource_ex(z_statement, "oci8 statement", le_statement);