zcontext          436 ext/fileinfo/fileinfo.c 	zval *zfinfo, *zcontext = NULL;
zcontext          472 ext/fileinfo/fileinfo.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|lr", &buffer, &buffer_len, &options, &zcontext) == FAILURE) {
zcontext          478 ext/fileinfo/fileinfo.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|lr", &zfinfo, &buffer, &buffer_len, &options, &zcontext) == FAILURE) {
zcontext          540 ext/fileinfo/fileinfo.c 				php_stream_context *context = php_stream_context_from_zval(zcontext, 0);
zcontext          465 ext/hash/hash.c 	zval *zhash, *zcontext = NULL;
zcontext          472 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp|r", &zhash, &filename, &filename_len, &zcontext) == FAILURE) {
zcontext          479 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(), "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          103 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          115 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "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          235 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          246 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "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          335 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
zcontext          347 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
zcontext          410 ext/phar/func_interceptors.c 		context = php_stream_context_from_zval(zcontext, 0);
zcontext          421 ext/phar/func_interceptors.c 		if (zcontext) {
zcontext          422 ext/phar/func_interceptors.c 			Z_ADDREF_P(zcontext);
zcontext          274 ext/spl/spl_directory.c 	intern->u.file.context = php_stream_context_from_zval(intern->u.file.zcontext, 0);
zcontext          528 ext/spl/spl_directory.c 							&use_include_path, &intern->u.file.zcontext) == FAILURE) {
zcontext         2267 ext/spl/spl_directory.c 			&use_include_path, &intern->u.file.zcontext) == FAILURE) {
zcontext           89 ext/spl/spl_directory.h 			zval               *zcontext;
zcontext          223 ext/standard/dir.c 	zval *zcontext = NULL;
zcontext          227 ext/standard/dir.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|r", &dirname, &dir_len, &zcontext) == FAILURE) {
zcontext          231 ext/standard/dir.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext          566 ext/standard/dir.c 	zval *zcontext = NULL;
zcontext          569 ext/standard/dir.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|lr", &dirn, &dirn_len, &flags, &zcontext) == FAILURE) {
zcontext          578 ext/standard/dir.c 	if (zcontext) {
zcontext          579 ext/standard/dir.c 		context = php_stream_context_from_zval(zcontext, 0);
zcontext          523 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          528 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
zcontext          537 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext          576 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          581 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "pz/|lr!", &filename, &filename_len, &data, &flags, &zcontext) == FAILURE) {
zcontext          589 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          717 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          722 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|lr!", &filename, &filename_len, &flags, &zcontext) == FAILURE) {
zcontext          734 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          855 ext/standard/file.c 	zval *zcontext = NULL;
zcontext          859 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
zcontext          863 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1355 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1360 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|lbr", &dir, &dir_len, &mode, &recursive, &zcontext) == FAILURE) {
zcontext         1364 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1376 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1379 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|r", &dir, &dir_len, &zcontext) == FAILURE) {
zcontext         1383 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1397 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1401 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) {
zcontext         1405 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1470 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1474 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp|r", &old_name, &old_name_len, &new_name, &new_name_len, &zcontext) == FAILURE) {
zcontext         1495 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1508 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1511 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|r", &filename, &filename_len, &zcontext) == FAILURE) {
zcontext         1515 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext         1656 ext/standard/file.c 	zval *zcontext = NULL;
zcontext         1659 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp|r", &source, &source_len, &target, &target_len, &zcontext) == FAILURE) {
zcontext         1667 ext/standard/file.c 	context = php_stream_context_from_zval(zcontext, 0);
zcontext           91 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
zcontext          104 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|z/z/dlr", &host, &zerrno, &zerrstr, &timeout, &flags, &zcontext) == FAILURE) {
zcontext          108 ext/standard/streamsfuncs.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          179 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
zcontext          188 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|z/z/lr", &host, &host_len, &zerrno, &zerrstr, &flags, &zcontext) == FAILURE) {
zcontext          192 ext/standard/streamsfuncs.c 	context = php_stream_context_from_zval(zcontext, flags & PHP_FILE_NO_DEFAULT_CONTEXT);
zcontext          963 ext/standard/streamsfuncs.c 	zval *zcontext;
zcontext          967 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zcontext) == FAILURE) {
zcontext          972 ext/standard/streamsfuncs.c 		Z_PARAM_RESOURCE(zcontext)
zcontext          976 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext);
zcontext          990 ext/standard/streamsfuncs.c 	zval *zcontext = NULL;
zcontext          997 ext/standard/streamsfuncs.c 		if (zend_parse_parameters(, ZEND_NUM_ARGS(), "ra", &zcontext, &options) == FAILURE) {
zcontext         1002 ext/standard/streamsfuncs.c 			Z_PARAM_RESOURCE(zcontext)
zcontext         1008 ext/standard/streamsfuncs.c 		if (!(context = decode_context_param(zcontext))) {
zcontext         1020 ext/standard/streamsfuncs.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "rssz", &zcontext, &wrappername, &wrapperlen, &optionname, &optionlen, &zvalue) == FAILURE) {
zcontext         1025 ext/standard/streamsfuncs.c 			Z_PARAM_RESOURCE(zcontext)
zcontext         1033 ext/standard/streamsfuncs.c 		if (!(context = decode_context_param(zcontext))) {
zcontext         1047 ext/standard/streamsfuncs.c 	zval *params, *zcontext;
zcontext         1051 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ra", &zcontext, &params) == FAILURE) {
zcontext         1056 ext/standard/streamsfuncs.c 		Z_PARAM_RESOURCE(zcontext)
zcontext         1061 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext);
zcontext         1075 ext/standard/streamsfuncs.c 	zval *zcontext;
zcontext         1079 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zcontext) == FAILURE) {
zcontext         1084 ext/standard/streamsfuncs.c 		Z_PARAM_RESOURCE(zcontext)
zcontext         1088 ext/standard/streamsfuncs.c 	context = decode_context_param(zcontext);
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_ex(zcontext, "Stream-Context", php_le_stream_context()) : \