Searched refs:filter_params (Results 1 – 1 of 1) sorted by relevance
1301 zval filter_params; local1303 array_init_size(&filter_params, 1);1304 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */1306 zf = php_stream_filter_create("zlib.inflate", &filter_params, 0);1307 zend_array_destroy(Z_ARR(filter_params));
Completed in 13 milliseconds