zvs               847 ext/standard/streamsfuncs.c 	zval zvs[6];
zvs               850 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[0], notifycode);
zvs               851 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[1], severity);
zvs               853 ext/standard/streamsfuncs.c 		ZVAL_STRING(&zvs[2], xmsg);
zvs               855 ext/standard/streamsfuncs.c 		ZVAL_NULL(&zvs[2]);
zvs               857 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[3], xcode);
zvs               858 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[4], bytes_sofar);
zvs               859 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[5], bytes_max);
zvs               861 ext/standard/streamsfuncs.c 	if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, zvs, 0, NULL)) {
zvs               865 ext/standard/streamsfuncs.c 		zval_ptr_dtor(&zvs[i]);