Searched refs:into_object (Results 1 – 4 of 4) sorted by relevance
66 … void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);
1088 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() argument1103 if (into_object) { in php_mysqli_fetch_into_hash()1262 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
2017 …ysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args, int into_object) argument2030 if (into_object) {2118 if (into_object && Z_TYPE_P(return_value) != IS_BOOL) {
2417 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int into_object) argument2428 if (into_object) {2526 if (into_object) {
Completed in 23 milliseconds