Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Dphp_oci8_int.h417 void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args);
H A Doci8.c2634 void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) in php_oci_fetch_row() argument
2646 if (expected_args > 2) { in php_oci_fetch_row()
2656 } else if (expected_args == 2) { in php_oci_fetch_row()
2784 if (expected_args > 2) { in php_oci_fetch_row()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c2057 static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args,… argument

Completed in 27 milliseconds