Home
last modified time | relevance | path

Searched refs:ctor_params (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/mysqli/
H A Dmysqli.c752 HashTable *ctor_params = NULL; in php_mysqli_fetch_into_hash() local
756 …GS(), getThis(), "O|Ch", &mysql_result, mysqli_result_class_entry, &ce, &ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
806 /* retval */ NULL, /* argc */ 0, /* params */ NULL, ctor_params); in php_mysqli_fetch_into_hash()
807 } else if (ctor_params && zend_hash_num_elements(ctor_params) > 0) { in php_mysqli_fetch_into_hash()
/php-src/ext/pgsql/
H A Dpgsql.c1788 HashTable *ctor_params = NULL; in php_pgsql_fetch_hash() local
1792 …UM_ARGS(), "O|l!Ch", &result, pgsql_result_ce, &row, &row_is_null, &ce, &ctor_params) == FAILURE) { in php_pgsql_fetch_hash()
1877 /* retval */ NULL, /* argc */ 0, /* params */ NULL, ctor_params); in php_pgsql_fetch_hash()
1878 } else if (ctor_params && zend_hash_num_elements(ctor_params) > 0) { in php_pgsql_fetch_hash()

Completed in 17 milliseconds