Searched refs:filter_params (Results 1 – 1 of 1) sorted by relevance
1583 zval filter_params; local1585 array_init_size(&filter_params, 1);1586 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */1588 zf = php_stream_filter_create("zlib.inflate", &filter_params, 0);1589 zend_array_destroy(Z_ARR(filter_params));
Completed in 31 milliseconds