Lines Matching refs:fci
1263 zend_fcall_info fci; in php_mysqli_fetch_into_hash() local
1277 fci.size = sizeof(fci); in php_mysqli_fetch_into_hash()
1278 ZVAL_UNDEF(&fci.function_name); in php_mysqli_fetch_into_hash()
1279 fci.object = Z_OBJ_P(return_value); in php_mysqli_fetch_into_hash()
1280 fci.retval = &retval; in php_mysqli_fetch_into_hash()
1281 fci.params = NULL; in php_mysqli_fetch_into_hash()
1282 fci.param_count = 0; in php_mysqli_fetch_into_hash()
1283 fci.no_separation = 1; in php_mysqli_fetch_into_hash()
1286 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
1302 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
1307 zend_fcall_info_args_clear(&fci, 1); in php_mysqli_fetch_into_hash()