zcontext          419 ext/fileinfo/fileinfo.c 	zval *zfinfo, *zcontext = NULL;
zcontext          455 ext/fileinfo/fileinfo.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lr", &buffer, &buffer_len, &options, &zcontext) == FAILURE) {
zcontext          461 ext/fileinfo/fileinfo.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|lr", &zfinfo, &buffer, &buffer_len, &options, &zcontext) == FAILURE) {
zcontext          521 ext/fileinfo/fileinfo.c 				php_stream_context *context = php_stream_context_from_zval(zcontext, 0);
zcontext          463 ext/hash/hash.c 	zval *zhash, *zcontext = NULL;
zcontext          470 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp|r", &zhash, &filename, &filename_len, &zcontext) == FAILURE) {
zcontext          475 ext/hash/hash.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext           30 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext           41 ext/phar/func_interceptors.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|z", &filename, &filename_len, &zcontext) == FAILURE) {
zcontext           76 ext/phar/func_interceptors.c 			if (zcontext) {
zcontext           77 ext/phar/func_interceptors.c 				context = php_stream_context_from_zval(zcontext, 0);
zcontext          104 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          116 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
zcontext          188 ext/phar/func_interceptors.c 			if (zcontext) {
zcontext          189 ext/phar/func_interceptors.c 				context = php_stream_context_from_zval(zcontext, 0);
zcontext          236 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          247 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) {
zcontext          308 ext/phar/func_interceptors.c 		context = php_stream_context_from_zval(zcontext, 0);
zcontext          331 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          343 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
zcontext          405 ext/phar/func_interceptors.c 		context = php_stream_context_from_zval(zcontext, 0);
zcontext          412 ext/phar/func_interceptors.c 		if (zcontext) {
zcontext          413 ext/phar/func_interceptors.c 			zend_list_addref(Z_RESVAL_P(zcontext));
zcontext          105 ext/spl/spl_directory.c 			if (intern->u.file.zcontext) {
zcontext          288 ext/spl/spl_directory.c 	intern->u.file.context = php_stream_context_from_zval(intern->u.file.zcontext, 0);
zcontext          300 ext/spl/spl_directory.c 	if (intern->u.file.zcontext) {
zcontext          301 ext/spl/spl_directory.c 		zend_list_addref(Z_RESVAL_P(intern->u.file.zcontext));
zcontext          539 ext/spl/spl_directory.c 					&use_include_path, &intern->u.file.zcontext) == FAILURE) {
zcontext         2305 ext/spl/spl_directory.c 			&use_include_path, &intern->u.file.zcontext) == FAILURE) {		
zcontext         2375 ext/spl/spl_directory.c 	intern->u.file.zcontext = NULL;
zcontext           90 ext/spl/spl_directory.h 			zval               *zcontext;
zcontext          218 ext/standard/dir.c 	zval *zcontext = NULL;
zcontext          222 ext/standard/dir.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|r", &dirname, &dir_len, &zcontext) == FAILURE) {
zcontext          226 ext/standard/dir.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext          559 ext/standard/dir.c 	zval *zcontext = NULL;
zcontext          562 ext/standard/dir.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|lr", &dirn, &dirn_len, &flags, &zcontext) == FAILURE) {
zcontext          571 ext/standard/dir.c 	if (zcontext) {
zcontext          572 ext/standard/dir.c 		context = php_stream_context_from_zval(zcontext, 0);
zcontext          533 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          537 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
zcontext          546 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext          587 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          592 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pz/|lr!", &filename, &filename_len, &data, &flags, &zcontext) == FAILURE) {
zcontext          600 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          737 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          741 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|lr!", &filename, &filename_len, &flags, &zcontext) == FAILURE) {
zcontext          753 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          875 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          879 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
zcontext          883 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1326 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1331 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|lbr", &dir, &dir_len, &mode, &recursive, &zcontext) == FAILURE) {
zcontext         1335 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1347 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1350 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|r", &dir, &dir_len, &zcontext) == FAILURE) {
zcontext         1354 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1368 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1372 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) {
zcontext         1376 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1441 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1445 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp|r", &old_name, &old_name_len, &new_name, &new_name_len, &zcontext) == FAILURE) {
zcontext         1466 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1479 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1482 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|r", &filename, &filename_len, &zcontext) == FAILURE) {
zcontext         1486 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1615 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1618 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp|r", &source, &source_len, &target, &target_len, &zcontext) == FAILURE) {
zcontext         1626 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext           92 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
zcontext          105 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzdlr", &host, &host_len, &zerrno, &zerrstr, &timeout, &flags, &zcontext) == FAILURE) {
zcontext          109 ext/standard/streamsfuncs.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          181 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
zcontext          190 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzlr", &host, &host_len, &zerrno, &zerrstr, &flags, &zcontext) == FAILURE) {
zcontext          194 ext/standard/streamsfuncs.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext         1010 ext/standard/streamsfuncs.c 	zval *zcontext;
zcontext         1013 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zcontext) == FAILURE) {
zcontext         1016 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext TSRMLS_CC);
zcontext         1030 ext/standard/streamsfuncs.c 	zval *options = NULL, *zcontext = NULL, *zvalue = NULL;
zcontext         1036 ext/standard/streamsfuncs.c 				"rssz", &zcontext, &wrappername, &wrapperlen,
zcontext         1039 ext/standard/streamsfuncs.c 					"ra", &zcontext, &options) == FAILURE) {
zcontext         1046 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext TSRMLS_CC);
zcontext         1066 ext/standard/streamsfuncs.c 	zval *params, *zcontext;
zcontext         1069 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &zcontext, &params) == FAILURE) {
zcontext         1073 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext TSRMLS_CC);
zcontext         1087 ext/standard/streamsfuncs.c 	zval *zcontext, *options;
zcontext         1090 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zcontext) == FAILURE) {
zcontext         1094 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext TSRMLS_CC);
zcontext           35 main/streams/php_stream_context.h #define php_stream_context_from_zval(zcontext, nocontext) ( \
zcontext           36 main/streams/php_stream_context.h 		(zcontext) ? zend_fetch_resource(&(zcontext) TSRMLS_CC, -1, "Stream-Context", NULL, 1, php_le_stream_context(TSRMLS_C)) : \