Searched refs:invokedstatement (Results 1 – 1 of 1) sorted by relevance
2611 PHP_OCI_ZVAL_TO_STATEMENT(z_statement, invokedstatement); in php_oci_fetch_row()2613 if (invokedstatement->impres_flag == PHP_OCI_IMPRES_NO_CHILDREN || in php_oci_fetch_row()2614 invokedstatement->impres_flag == PHP_OCI_IMPRES_IS_CHILD) { in php_oci_fetch_row()2616 statement = invokedstatement; in php_oci_fetch_row()2625 (dvoid *) &invokedstatement->impres_count, in php_oci_fetch_row()2630 if (invokedstatement->impres_count > 0) { in php_oci_fetch_row()2632 statement = php_oci_get_implicit_resultset(invokedstatement); in php_oci_fetch_row()2635 invokedstatement->impres_count--; in php_oci_fetch_row()2637 invokedstatement->impres_flag = PHP_OCI_IMPRES_HAS_CHILDREN; in php_oci_fetch_row()2646 if (invokedstatement->impres_count > 0) { in php_oci_fetch_row()[all …]
Completed in 11 milliseconds