Home
last modified time | relevance | path

Searched refs:into_object (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h66 … void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);
H A Dmysqli.c1234 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() argument
1242 if (into_object) { in php_mysqli_fetch_into_hash()
1281 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2055 …ysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args, int into_object) argument
2068 if (into_object) {
2160 if (into_object && Z_TYPE_P(return_value) != IS_BOOL) {
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2566 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int into_object) argument
2577 if (into_object) {
2671 if (into_object) {

Completed in 40 milliseconds