Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli_priv.h52 … void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);
H A Dmysqli.c1109 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() argument
1117 if (into_object) { in php_mysqli_fetch_into_hash()
1151 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1851 …tic void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_object) in php_pgsql_fetch_hash() argument
1863 if (into_object) { in php_pgsql_fetch_hash()
1935 if (into_object) { in php_pgsql_fetch_hash()

Completed in 23 milliseconds