Lines Matching refs:fci
1277 zend_fcall_info fci; in php_mysqli_fetch_into_hash() local
1291 fci.size = sizeof(fci); in php_mysqli_fetch_into_hash()
1292 ZVAL_UNDEF(&fci.function_name); in php_mysqli_fetch_into_hash()
1293 fci.object = Z_OBJ_P(return_value); in php_mysqli_fetch_into_hash()
1294 fci.retval = &retval; in php_mysqli_fetch_into_hash()
1295 fci.params = NULL; in php_mysqli_fetch_into_hash()
1296 fci.param_count = 0; in php_mysqli_fetch_into_hash()
1297 fci.no_separation = 1; in php_mysqli_fetch_into_hash()
1300 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
1318 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
1323 zend_fcall_info_args_clear(&fci, 1); in php_mysqli_fetch_into_hash()